From e12205b5263489db175f58931a1d2784258959ac Mon Sep 17 00:00:00 2001 From: wonjunYou Date: Fri, 25 Oct 2024 16:59:32 +0900 Subject: [PATCH] =?UTF-8?q?[IDLE-000]=20batch=20=ED=85=8C=EC=8A=A4?= =?UTF-8?q?=ED=8A=B8=EB=A5=BC=20=EC=9C=84=ED=95=B4=2030=EB=B6=84=EB=A7=88?= =?UTF-8?q?=EB=8B=A4=20=EB=8F=99=EC=9E=91=ED=95=98=EB=8F=84=EB=A1=9D=20?= =?UTF-8?q?=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/swm/idle/batch/common/scheduler/CrawlingJobScheduler.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/idle-batch/src/main/kotlin/com/swm/idle/batch/common/scheduler/CrawlingJobScheduler.kt b/idle-batch/src/main/kotlin/com/swm/idle/batch/common/scheduler/CrawlingJobScheduler.kt index 417fe7f2..1a59deac 100644 --- a/idle-batch/src/main/kotlin/com/swm/idle/batch/common/scheduler/CrawlingJobScheduler.kt +++ b/idle-batch/src/main/kotlin/com/swm/idle/batch/common/scheduler/CrawlingJobScheduler.kt @@ -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())