Skip to content

Commit

Permalink
HOTFIX cronjob 시간대 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
jwnnoh committed Feb 20, 2025
1 parent 375d094 commit ab414f1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public class SendMailCron {
private final SendPaperMailImpl sendPaperMailImpl;
private final SendRecruitMail sendRecruitMail;

@Scheduled(cron = "0 20 16 20 2 ?")
@Scheduled(cron = "0 30 16 20 2 ?")
public void sendPaperMail() {
for (ApplicationStatus status : ApplicationStatus.papers()) {
sendPaperMailImpl.execute(status);
Expand Down

0 comments on commit ab414f1

Please sign in to comment.