|
|
@@ -51,7 +51,7 @@ public class TsbCustomerTask {
|
|
|
* @since 2021. 03. 08
|
|
|
*/
|
|
|
//@Scheduled(cron = "${cron.customer.dormantConversionJob}")
|
|
|
-// @Scheduled(fixedDelay=360000)
|
|
|
+ //@Scheduled(fixedDelay=360000)
|
|
|
@Async
|
|
|
public void dormantConversionJob() throws Exception {
|
|
|
dormantConversionJob.run("cron.customer.dormantConversionJob");
|
|
|
@@ -64,7 +64,7 @@ public class TsbCustomerTask {
|
|
|
* @since 2021. 03. 08
|
|
|
*/
|
|
|
//@Scheduled(cron = "${cron.customer.secedeCustomerJob}")
|
|
|
- @Scheduled(fixedDelay=360000)
|
|
|
+// @Scheduled(fixedDelay=360000)
|
|
|
@Async
|
|
|
public void secedeCustomerJob() throws Exception {
|
|
|
secedeCustomerJob.run("secedeCustomerJob");
|