Skip to content

Commit

Permalink
!HOTFIX: 최종 합격 발표 시간 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
jwnnoh committed Sep 11, 2024
1 parent f709875 commit afaa003
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/land/leets/global/cron/SendMailCron.java
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public void sendPassPaperMail() {
log.info("Send paper result mail successfully.");
}

@Scheduled(cron = "0 0 10 12 9 ?")
@Scheduled(cron = "0 0 20 11 9 ?")
public void sendFinalMail() {
for (ApplicationStatus status : ApplicationStatus.finals()) {
sendFinalMailImpl.execute(status);
Expand Down

0 comments on commit afaa003

Please sign in to comment.