We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a698dd4 commit 47f0cecCopy full SHA for 47f0cec
src/main/kotlin/nexters/weski/batch/WeatherScheduler.kt
@@ -17,7 +17,7 @@ class WeatherScheduler(
17
externalWeatherService.updateDailyWeather()
18
}
19
20
- @Scheduled(cron = "00 22 4 * * *")
+ @Scheduled(cron = "0 10 5 * * *")
21
fun scheduledHourlyAndDailyUpdate() {
22
externalWeatherService.updateHourlyAndDailyWeather()
23
0 commit comments