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 87693df commit 4104c16Copy full SHA for 4104c16
scheduler.go
@@ -24,7 +24,6 @@ func (s Scheduler) Start() {
24
25
// run loops and calls updateForecasts at the top of each hour.
26
func (s Scheduler) run() {
27
- s.updateForecasts()
28
firstRun := time.Now().Truncate(time.Hour)
29
for range kronika.Every(context.Background(), firstRun, time.Hour) {
30
s.updateForecasts()
0 commit comments