mol-deacon-patrol: Add health ping nudges to clear agent backoff (gt-l6ro3.2)
The health-scan step now includes gt nudge commands that serve dual purposes: 1. Liveness verification - agent responds to prove it's alive 2. Backoff reset - any nudge resets agent's backoff to base interval This ensures patrol agents (witness/refinery) remain responsive even during quiet periods when the feed has no mutations. Since Deacon patrols every ~1-2 minutes, maximum backoff is bounded by the ping interval. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
committed by
beads/crew/wolf
parent
94a6784c1e
commit
06f5541502
@@ -257,8 +257,20 @@ For each rig, run:
|
||||
```bash
|
||||
gt witness status <rig>
|
||||
gt refinery status <rig>
|
||||
|
||||
# Health ping (clears backoff as side effect)
|
||||
gt nudge <rig>/witness 'HEALTH_CHECK from deacon'
|
||||
gt nudge <rig>/refinery 'HEALTH_CHECK from deacon'
|
||||
```
|
||||
|
||||
**Health Ping Benefit**: The nudge commands serve dual purposes:
|
||||
1. **Liveness verification** - Agent responds to prove it's alive
|
||||
2. **Backoff reset** - Any nudge resets agent's backoff to base interval
|
||||
|
||||
This ensures patrol agents remain responsive even during quiet periods when the
|
||||
feed has no mutations. Deacon patrols every ~1-2 minutes, so maximum backoff
|
||||
is bounded by the ping interval.
|
||||
|
||||
**Signals to assess:**
|
||||
|
||||
| Component | Healthy Signals | Concerning Signals |
|
||||
|
||||
Reference in New Issue
Block a user