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
A context cancellation / missed deadline is permanent, and if it happens while retrying, there is no point in making further attempts. However, Retry() continues trying even if the developer's action returns a non-nil error from Context.Err(). It also sleeps for the full duration instead of waking up immediately.
The text was updated successfully, but these errors were encountered:
A context cancellation / missed deadline is permanent, and if it happens while retrying, there is no point in making further attempts. However,
Retry()
continues trying even if the developer's action returns a non-nil error fromContext.Err()
. It also sleeps for the full duration instead of waking up immediately.The text was updated successfully, but these errors were encountered: