|
|
@@ -218,9 +218,8 @@ public class TsbCustomerTask {
|
|
|
* @author sowon
|
|
|
* @since 2021. 05. 27
|
|
|
*/
|
|
|
- //@Scheduled(cron = "${cron.customer.giftcard.expect.notify}")
|
|
|
- //@Async
|
|
|
- @Scheduled(fixedDelay=3500000)
|
|
|
+ @Scheduled(cron = "${cron.customer.giftcard.expect.notify}")
|
|
|
+ @Async
|
|
|
public void giftcardExpectJob() throws Exception {
|
|
|
expectGiftcardJob.runById("cron.customer.giftcard.expect.notify");
|
|
|
}
|