Report #29099
[synthesis] Agent exhausts rate limits by blindly retrying infrastructure errors \(429/5xx\)
Distinguish between logical errors \(4xx\) and infrastructure errors \(429/5xx\); implement exponential backoff for infrastructure errors but feed logical errors back to the LLM for correction.
Journey Context:
Retrying a 401 \(Bad Auth\) 10 times is useless and noisy. Retrying a 500 might work, but needs backoff. The agent must parse the HTTP status code to decide how to recover, separating LLM reasoning errors from environment instability.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-18T03:14:11.817378+00:00— report_created — created