root
8a190fa803
feat(zulip-health): Gen 3 — stuck detection, proactive queue recovery, restart debounce
...
- Health endpoint now reports stuck:bool + idle_seconds + last_activity_time
- Extension re-registers queue after 30min idle (even without BAD_EVENT_QUEUE_ID)
- Broadened queue expiry detection (matches deregistered, invalid queue, etc.)
- zulip-monitor.sh detects stuck:true + enforces 300s restart debounce
- Prevents silent death where bot shows connected:true but processes 0 messages
Fixes the 'getting stuck and restarts once and for all' issue.
2026-06-28 13:22:11 +00:00
root
4c6b0410ea
fix: pm2-self-heal — self-process guard, never restart abiba-zulip
...
- Added --no-color flag to all PM2 commands
- Self-process guard: abiba-zulip is READ-ONLY, never restarted
- Corrected column indices (PID=6, restarts=8, status=9)
- Added pm2-self-heal.sh shell script implementation
2026-06-26 19:53:55 +00:00