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 3aa8769 commit 94d90f2
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,7 @@ public void RepeatMissionStart() {
}


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

0 comments on commit 94d90f2

Please sign in to comment.