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
If an error is returned by the client (connection errors, etc.), or if a 500-range response code is received, then a retry is invoked after a wait period.
Thoughts:
Looks like the standard golang HTTP library doesn't have a native way to support this. It may be worthwhile to explore other libraries like heimdall or go-retryablehttp that support this.
The text was updated successfully, but these errors were encountered:
Use case:
If an error is returned by the client (connection errors, etc.), or if a 500-range response code is received, then a retry is invoked after a wait period.
Thoughts:
Looks like the standard golang HTTP library doesn't have a native way to support this. It may be worthwhile to explore other libraries like heimdall or go-retryablehttp that support this.
The text was updated successfully, but these errors were encountered: