fix: remove all User Scripts dependencies — Varaverk plugin handles everything via event hooks, no User Scripts needed
This commit is contained in:
@@ -554,7 +554,7 @@ varaverk/
|
||||
|
||||
## ━━━ WHAT RUNS WHEN ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
|
||||
|
||||
Arbiter runs only orchestrators — never individual scripts directly.
|
||||
The Varaverk scheduler runs only orchestrators — never individual scripts directly.
|
||||
|
||||
```
|
||||
At Startup of Array:
|
||||
@@ -813,9 +813,9 @@ Things that are different from what you might expect:
|
||||
|
||||
```bash
|
||||
# ─────────────────────────────────────────────────────────────────────────────
|
||||
# 1. Arbiter has very few entries.
|
||||
# 1. The Varaverk scheduler has very few entries.
|
||||
# Everything runs through orchestrators. Individual scripts are never
|
||||
# scheduled directly. array_started.sh is the only "At Startup of Array" entry.
|
||||
# scheduled directly. array_started.sh is the only array_start event entry.
|
||||
|
||||
# 2. Scripts are silent when healthy.
|
||||
# stability_watchdog.sh runs 288 times per day. It produces zero output on clean
|
||||
|
||||
Reference in New Issue
Block a user