Skip to content

Commit 47f0cec

Browse files
committed
✨ Update Schedule
1 parent a698dd4 commit 47f0cec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/nexters/weski/batch/WeatherScheduler.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class WeatherScheduler(
1717
externalWeatherService.updateDailyWeather()
1818
}
1919

20-
@Scheduled(cron = "00 22 4 * * *")
20+
@Scheduled(cron = "0 10 5 * * *")
2121
fun scheduledHourlyAndDailyUpdate() {
2222
externalWeatherService.updateHourlyAndDailyWeather()
2323
}

0 commit comments

Comments
 (0)