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
docs: clarify retry is not preserved for retry-disabling controls
The error-handling docs claimed native retry is still performed for any
non-default ErrorStatusUpdateControl, which is inaccurate for controls
that disable retry (withNoRetry() / rescheduleAfter()). Qualify the
paragraph so it only claims retry/backoff is preserved when a retry is
configured and not disabled by the returned control.
0 commit comments