Skip to content

Commit

Permalink
[IDLE-000] batch table initialize a설정 변경(never -> always)
Browse files Browse the repository at this point in the history
  • Loading branch information
wonjunYou committed Sep 21, 2024
1 parent 1549e2b commit 99eec25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 10 13 * * *")
@Scheduled(cron = "0 22 13 * * *")
fun scheduleJob() {
val jobParameters: JobParameters = JobParametersBuilder()
.addLong("timestamp", System.currentTimeMillis())
Expand Down
2 changes: 1 addition & 1 deletion idle-batch/src/main/resources/application-batch.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
spring:
batch:
jdbc:
initialize-schema: never
initialize-schema: always
---
spring:
config:
Expand Down

0 comments on commit 99eec25

Please sign in to comment.