|
|
@@ -180,8 +180,8 @@ public class TsbCustomerTask {
|
|
|
* @author jsshin
|
|
|
* @since 2021. 04. 23
|
|
|
*/
|
|
|
-// @Scheduled(cron = "${cron.customer.auto.buy.confirm}")
|
|
|
- @Scheduled(fixedDelay = 3500000)
|
|
|
+ @Scheduled(cron = "${cron.customer.auto.buy.confirm}")
|
|
|
+// @Scheduled(fixedDelay = 3500000)
|
|
|
@Async
|
|
|
public void autoBuyConfirmJob() throws Exception {
|
|
|
autoBuyConfirmJob.runById("cron.customer.auto.buy.confirm");
|