Queue alerts
Enoch includes an optional queue alert checker indeploy/enoch_queue_alert_check.py plus systemd units and timers. It can send Pushover notifications when queue health suggests a hang or stoppage.
Enable config fields
Install the timer
When installed throughscripts/install-control-plane.sh, the timer unit is available as enoch-queue-alert-check.timer.
Dispatch pump note
When"queue_pump_enabled": true, the queue alert checker can also dispatch queued work when the lane is safe. Optional flags control follow-up launch and paper drafting:
queue_pump_followup_launch_enabled— dry-run and launch one bounded follow-up when no queued candidate exists (defaults off).queue_pump_paper_draft_enabled— draft one eligible paper before dispatch (defaults off; compatibility path).