Fix watchdog orchestrator schedule comment — every 15 min not every minute
This commit is contained in:
@@ -322,7 +322,7 @@
|
||||
|
||||
# ━━━ Watchdog Orchestrator ━━━
|
||||
# watchdog_orchestrator.sh runs WATCHDOG_ORCHESTRATOR_SCRIPTS in order each cron cycle.
|
||||
# Schedule: * * * * * (every minute)
|
||||
# Schedule: */15 * * * * (every 15 minutes)
|
||||
# NOT in ARRAY_START_SCRIPTS — has its own cron entry.
|
||||
# Order matters — resource first (frees pressure), docker second (heals with freed resources),
|
||||
# system third (storage + webgui component health), stability last (last line of defense).
|
||||
|
||||
Reference in New Issue
Block a user