fix(monitor-ci): add time-based floor to circuit breaker - #107
Conversation
- circuit breaker now requires both 5+ no-progress polls AND 20+ minutes of stagnation - track no-progress streak start timestamp (noProgressSince) alongside count - prevent premature circuit breaker trips when polls are fast Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
View your CI Pipeline Execution ↗ for commit 649df9c
☁️ Nx Cloud last updated this comment at |
There was a problem hiding this comment.
Nx Cloud is proposing a fix for your failed CI:
We synced the generated artifacts to fix the sync-artifacts-verification failure caused by the PR's circuit breaker changes not being propagated to all output files. Running npx nx sync-artifacts regenerated the 10 out-of-sync files across generated/.agents/, generated/.gemini/, generated/.github/, and generated/.opencode/, bringing them in line with the updated source.
Tip
✅ We verified this fix by re-running @org/source:sync-artifacts-verification.
Warning
The suggested diff is too large to display here, but you can view it on Nx Cloud ↗
🔔 Heads up, your workspace has pending recommendations ↗ to auto-apply fixes for similar failures.
Or Apply changes locally with:
npx nx-cloud apply-locally KGRE-mkqK
Apply fix locally with your editor ↗ View interactive diff ↗
🎓 Learn more about Self-Healing CI on nx.dev
Summary
🤖 Generated with Claude Code