This repository was archived by the owner on Mar 11, 2026. It is now read-only.
fix(ci): brain-feed circuit breaker + watchdog + DLQ#137
Open
Mikecranesync wants to merge 1 commit intomainfrom
Open
fix(ci): brain-feed circuit breaker + watchdog + DLQ#137Mikecranesync wants to merge 1 commit intomainfrom
Mikecranesync wants to merge 1 commit intomainfrom
Conversation
- brain-feed.yml: continue-on-error, fast timeouts, jq payload, dead letter queue - ci-watchdog.yml: 30-min health check, severity classification, auto-issue management - replay-brain-dlq.sh: replay failed payloads once endpoint recovers - INC-2026-03-09-001: incident report for 14 consecutive failures - Ops trace documenting the change Fixes brain-feed blocking all pushes when brain-ingest endpoint is down. Co-Authored-By: Claude Opus 4.6 <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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Summary
continue-on-error: true), fast timeouts (10s max),jqfor safe JSON, dead letter queue as GitHub artifactsContext
14 consecutive "Feed Open Brain" failures on FactoryLM_OS (curl exit code 28 = timeout). Root cause: brain-ingest endpoint unreachable. No monitoring or alerting existed. See
docs/ops/incidents/INC-2026-03-09-001.md.Companion PR: Mikecranesync/FactoryLM_OS#2
Test plan
brain-dlq-{sha}created when endpoint unreachablereplay-brain-dlq.sh— stored payloads replayed🤖 Generated with Claude Code