Skip to content

Commit

Permalink
actually run ping
Browse files Browse the repository at this point in the history
  • Loading branch information
gardenerik committed Mar 11, 2024
1 parent 6b691db commit 5304db1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scheduler.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ func RunScheduler() {
now := time.Now().Truncate(1 * time.Minute)
go sched.tickNewQuestions(now)
go sched.tickPeriodicCheck(now)
go sched.tickPing(now)
time.Sleep(1 * time.Minute)
}
}

0 comments on commit 5304db1

Please sign in to comment.