Add per-node health checks with status indicators and scheduled probes.

This commit is contained in:
2026-07-19 22:40:21 +02:00
parent 5307ba1a7b
commit aac9e82766
20 changed files with 1674 additions and 65 deletions
+3
View File
@@ -57,6 +57,9 @@ func main() {
if app.Executor != nil {
app.Executor.StopScheduler()
}
if app.HealthChecker != nil {
app.HealthChecker.StopScheduler()
}
shutdownContext, cancel := context.WithTimeout(context.Background(), 10*time.Second)
defer cancel()