diff --git a/src/main/java/com/sesac/boheommong/domain/tosspayment/scheduler/AutoPaymentScheduler.java b/src/main/java/com/sesac/boheommong/domain/tosspayment/scheduler/AutoPaymentScheduler.java index 75caf9d..d4c05f4 100644 --- a/src/main/java/com/sesac/boheommong/domain/tosspayment/scheduler/AutoPaymentScheduler.java +++ b/src/main/java/com/sesac/boheommong/domain/tosspayment/scheduler/AutoPaymentScheduler.java @@ -26,6 +26,7 @@ public class AutoPaymentScheduler { * - “내일 자동결제 예정”인 AutoPayment 찾아서, 알림 발행 */ +// @Scheduled(cron = "0 */3 * * * *") // @Scheduled(cron = "0 */3 * * * *") @Scheduled(cron = "0 0 0 * * *") public void notifyBeforeAutoPayment() {