Skip to content

Commit

Permalink
Merge pull request #167 from Modagbul/feat/mission
Browse files Browse the repository at this point in the history
fix : 미션 리마인드 알림 스케쥴러 주기 원상복구
  • Loading branch information
seungueonn authored Dec 21, 2023
2 parents 35382f6 + 94d90f2 commit fc6de04
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 fc6de04

Please sign in to comment.