Skip to content

Commit

Permalink
fix : 한번 미션 마감 스케쥴링 변경 테스트 위함
Browse files Browse the repository at this point in the history
  • Loading branch information
seungueonn committed Jan 9, 2024
1 parent 21dded1 commit 9d13d5c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public void sundayRepeatMissionRoutine() {
* 해당 시간 미션 마감
* 한시간 마다 실행
*/
@Scheduled(cron = "0 1 * * * *")
@Scheduled(cron = "0 0/10 * * * *")
public void singleMissionEndRoutine() {

List<Mission> missionByDueTo = missionQueryService.findMissionByDueTo();
Expand Down

0 comments on commit 9d13d5c

Please sign in to comment.