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
@@ -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).
+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).
+1 -1
View File
@@ -6,7 +6,7 @@
# PURPOSE
# ─────────────────────────────────────────────────────────────────────────────
# Maintains the persistent partner conf backup at /boot/config/.cache/vv/d/.
# Runs every minute via SYSTEM_WATCHDOG_SCRIPTS.
# Runs every 15 minutes via SYSTEM_WATCHDOG_SCRIPTS.
#
# When remote is OFFLINE:
# Writes/refreshes partner confs from RAM cache → persistent location.