You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(harness/soak-ab): restart-count signal + crash-loop alert
PR #8 makes unknown-head / reorg-gap FATAL in stream mode (exit 75, EX_TEMPFAIL) with restart as
the designed recovery. soak-b.service now: Restart=on-failure (covers 75) + an ExecStartPre that
appends a UTC timestamp to $SOAK_B_RESTART_LOG on every (re)start (ReadWritePaths widened to cover
it). ab-diff.mjs reads that log (restartStats, unit-tested) and surfaces restartCount / lastRestartAt
/ restartsLastHour in soak-ab-status.json, raising a crash-loop alert at >3 restarts/hour.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
0 commit comments