Docs: fleet deployment plan for threshold/gain control#76
Open
pbitzer wants to merge 1 commit into
Open
Conversation
Runbook for rolling out PR #70 (merge 01dfff7): VPS mjol_array.py via monitor 0.3.x->0.4.x switch (webgen verified branch-agnostic), sensor ags.py fast-forward for the clean 8, per-unit handling for mj00/mj02/mj05, unreachable queue. No service restarts; deploy nothing until approved. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Deployment runbook for rolling out the server-side threshold/gain feature (PR #70, merged to
0.4.xas01dfff7). Deploys nothing — it's a reviewed checklist for the fleet rollout.Summary
Both changed scripts run on-demand, so no service restarts — deployment is
gitupdates in two places.VPS (
mjol_array.py) — recommend switching monitor's checkout0.3.x → 0.4.x. Verified safe:webgen.py(the only thing monitor's crontab runs) is byte-identical across the branches and its deps are unchanged; the only server-side diff ismjol_array.pyitself. Run by amonitorlogin (pi can't sudo).Sensors (
ags.py) — from the 2026-07-08 read-only survey:0.4.x, fast-forward pull.0.3.x), mj02 (parked onfeature/noise-alert-persistence).Includes verification steps (the deferred VPS→sensor fan-out E2E, done idempotently), rollback, and open flags.
🤖 Generated with Claude Code