We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f709875 commit afaa003Copy full SHA for afaa003
src/main/java/land/leets/global/cron/SendMailCron.java
@@ -33,7 +33,7 @@ public void sendPassPaperMail() {
33
log.info("Send paper result mail successfully.");
34
}
35
36
- @Scheduled(cron = "0 0 10 12 9 ?")
+ @Scheduled(cron = "0 0 20 11 9 ?")
37
public void sendFinalMail() {
38
for (ApplicationStatus status : ApplicationStatus.finals()) {
39
sendFinalMailImpl.execute(status);
0 commit comments