Skip to content

Commit

Permalink
♻️ :: cron 시간 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
jeongho1209 committed Dec 26, 2023
1 parent 41da82b commit 1fb030e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import org.springframework.stereotype.Component
class GitScheduler(
private val gitUseCase: GitUseCase,
) {
@Scheduled(cron = "* 3 * * * *")
@Scheduled(cron = "* 30 * * * *")
fun gitScheduler() {
runBlocking { gitUseCase.updateGitInfo() }
logger().info("update success")
Expand Down

0 comments on commit 1fb030e

Please sign in to comment.