Skip to content

Commit

Permalink
chore: 메일 cron 테스트
Browse files Browse the repository at this point in the history
  • Loading branch information
ay-eonii authored Aug 19, 2023
1 parent f8ed4e9 commit b6feda3
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 @@ -13,7 +13,7 @@ public class SendMailCron {
private final SendMail sendMail;

// @Scheduled(cron = "0 0 10 4 9 ?")
@Scheduled(cron = "10 35 23 19 8 ?")
@Scheduled(cron = "30 6 0 20 8 ?")
public void sendPaperMail() {
sendMail.execute("paper");

Expand Down

0 comments on commit b6feda3

Please sign in to comment.