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
Retry HTTP requests
HTTP requests might fail for various reasons.
A common failure status for Confluence is HTTP 429: Too Many Requests.
Introduce go-retryablehttp as a drop-in replacement of net/http
to handle such failed requests gracefully.