Skip to content

Commit

Permalink
[IDLE-000] batch 테스트를 위해 30분마다 동작하도록 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
wonjunYou committed Oct 25, 2024
1 parent e5cbbbc commit e12205b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class CrawlingJobScheduler(
private val crawlingJobConfig: CrawlingJobConfig,
) {

@Scheduled(cron = "0 0 1,13 * * *")
@Scheduled(cron = "0 0/30 * * * *")
fun scheduleJob() {
val jobParameters: JobParameters = JobParametersBuilder()
.addLong("timestamp", System.currentTimeMillis())
Expand Down

0 comments on commit e12205b

Please sign in to comment.