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
Don't overload-retry a rejected 5xx; let it fail over
Addresses autoreview P2: the broad 5xx overload branch preempted the
rejected-header failover, so a depleted account answering 5xx with
unified-status=rejected would burn same-account retries instead of rerouting to
a healthy account. Gate the overload path on the absence of the rejected header;
rejected responses fall through to the usage-limit failover as before. Test:
rejected 500 fails over immediately (no backoff waits), marks the account
exhausted.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
0 commit comments