Skip to content

Commit

Permalink
Merge pull request #229 from CoolPeace-yanolza/develop
Browse files Browse the repository at this point in the history
2월 1일 23시 배포
  • Loading branch information
KwonJuHwan authored Feb 1, 2024
2 parents 5488d29 + fc7dede commit e75067b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public void runDailyJob() throws Exception {
dailyStatisticsConfig.dailyStatisticsJob(jobRepository, platformTransactionManager),
jobParameters);
}
@Scheduled(cron = "0 0 0 10 * *")
@Scheduled(cron = "0 0 0 1 * *")
public void runMonthlyJob() throws Exception {
log.info("---------{}---------", LocalDateTime.now());
log.info("monthly scheduler start");
Expand Down

0 comments on commit e75067b

Please sign in to comment.