Fix watchdog orchestrator schedule comment — every 15 min not every minute

This commit is contained in:
Gmer4Lfe
2026-06-19 18:08:29 -04:00
parent 82810ab168
commit 7a12c3eee6
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -318,7 +318,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).