Skip to content

Commit

Permalink
fix : 리마인드 알림 테스트 위한 스케쥴러 주기 조정
Browse files Browse the repository at this point in the history
  • Loading branch information
seungueonn committed Dec 21, 2023
1 parent c0ea38e commit 3aa8769
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@ public void RepeatMissionStart() {
}


@Scheduled(cron = "0 0 8 * * *")
// @Scheduled(cron = "0 0 8 * * *")
@Scheduled(cron = "0 0/10 * * * *")
public void MissionRemindAlarm() {
missionRemindAlarmUseCase.sendRemindMissionAlarm();
}
Expand Down

0 comments on commit 3aa8769

Please sign in to comment.