Skip to content

Commit

Permalink
Merge pull request #257 from Modagbul/main
Browse files Browse the repository at this point in the history
[release] MNG-19
  • Loading branch information
minsu20 authored Feb 24, 2024
2 parents 813df65 + f36c388 commit 4592e9f
Showing 1 changed file with 1 addition and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,17 +56,9 @@ public void singleMissionEndRoutine() {
}


@Scheduled(cron = "0 0 8 * * *")
@Scheduled(cron = "0 0 20 * * *")
public void MissionRemindAlarm() {
missionRemindAlarmUseCase.sendRemindMissionAlarm();
}
@Scheduled(cron = "0 1 20 * * 0")
public void RepeatMissionRemindAlarmOnSunday() {
missionRemindAlarmUseCase.sendRepeatMissionRemindOnSunday();
}

@Scheduled(cron = "0 1 20 * * 1")
public void RepeatMissionRemindAlarmOnMonday() {
missionRemindAlarmUseCase.sendRepeatMissionRemindOnMonday();
}
}

0 comments on commit 4592e9f

Please sign in to comment.