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
Enhancements to retry
- Don't use net.Error.Transparent() it was deprecated
- Retry on a few more types of probably transient network errors
- Better docs for ExponentialBackoff, explaining how to use it as a fixed or zero backoff
- Treat MaxDelay as no delay
- If added jitter would make the delay exceed the max, redistribute the delay below the max