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).
|
||||
|
||||
@@ -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).
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user