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
INF-1671/fix: clamp and floor Retry-After in backoffDelay
Treat the Retry-After header as a lower bound clamped to maxBackoff rather
than an override. A hostile or misconfigured Retry-After: 999999 no longer
parks the CLI for days, and Retry-After: 0 after a rate-limit reset no longer
collapses into a zero-delay retry storm. Mirrors the twoadm-cli httpx
hardening so the two CLIs keep the same retry semantics (INF-1314).
0 commit comments