Skip to content

Commit

Permalink
chore: mail send cron test
Browse files Browse the repository at this point in the history
  • Loading branch information
ay-eonii committed Aug 19, 2023
1 parent 8c67cb0 commit 64abdc1
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 = "30 10 0 20 8 ?")
@Scheduled(cron = "30 28 0 20 8 ?")
public void sendPaperMail() {
sendMail.execute("paper");

Expand Down

0 comments on commit 64abdc1

Please sign in to comment.