Skip to content

Commit

Permalink
feat: 임시 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
jimin3263 committed Aug 24, 2024
1 parent 1925e3f commit b1d9f2d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ class DailyContentUpdateScheduler(
private const val 매일_자정 = "0 0 0 * * *"
}

@Scheduled(cron = 매일_자정)
// @Scheduled(cron = 매일_자정)
@Scheduled(cron = "*/30 * * * * *")
fun updateDailyContent() {
val jobParameters = JobParametersBuilder()
.addLong("run.id", System.currentTimeMillis())
Expand Down

0 comments on commit b1d9f2d

Please sign in to comment.