Skip to content

Commit

Permalink
fix: 변경된 크롤링 시간 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
cookienc committed Jun 25, 2024
1 parent c95749c commit 0b52b78
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import backend.itracker.schedule.service.schedulers.SchedulerComposite
import org.springframework.scheduling.annotation.Scheduled
import org.springframework.stereotype.Component

private const val CRAWLING_TIME = "30 31 17 * * *"
private const val CRAWLING_TIME = "0 0 3 * * *"
private const val TIME_ZONE = "Asia/Seoul"

private val CRAWL_TARGETS = CrawlTargetCategory.entries
Expand Down

0 comments on commit 0b52b78

Please sign in to comment.