Skip to content

Commit

Permalink
[IDLE-000] 13시 00분 기준 크롤링 시각 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
wonjunYou committed Sep 21, 2024
1 parent 60e98e5 commit 7f0da27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev-server-integrator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Develop Server Integrator (CI)
on:
push:
branches:
- develop
- chore/IDLE-000

jobs:
build_and_push:
Expand Down
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 00 01 * * *")
@Scheduled(cron = "0 00 13 * * *")
fun scheduleJob() {
val jobParameters: JobParameters = JobParametersBuilder()
.addLong("timestamp", System.currentTimeMillis())
Expand Down

0 comments on commit 7f0da27

Please sign in to comment.