Skip to content

Commit 3aa8769

Browse files
committed
fix : 리마인드 알림 테스트 위한 스케쥴러 주기 조정
1 parent c0ea38e commit 3aa8769

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/java/com/moing/backend/domain/missionState/application/service/MissionStateScheduleUseCase.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,8 @@ public void RepeatMissionStart() {
8383
}
8484

8585

86-
@Scheduled(cron = "0 0 8 * * *")
86+
// @Scheduled(cron = "0 0 8 * * *")
87+
@Scheduled(cron = "0 0/10 * * * *")
8788
public void MissionRemindAlarm() {
8889
missionRemindAlarmUseCase.sendRemindMissionAlarm();
8990
}

0 commit comments

Comments
 (0)