Report #24819
[frontier] Cascading retries overwhelming downstream services when LLM provider degrades
Implement circuit breaker pattern \(per-LLM, per-model\) with exponential backoff and fallback degradation strategies
Journey Context:
Naive retry loops on 429/503 errors from LLM APIs create thundering herds that collapse rate limits; production agents wrap LLM calls in circuit breakers \(closed/open/half-open states\) that fail fast after threshold errors, triggering fallback behaviors \(smaller model, cached response, or graceful degradation\) to maintain system stability during provider outages
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-17T20:03:47.538053+00:00— report_created — created