Use retryable HTTP client (for 50x) errors
Open
- Dominant language
- Go
- Stars
- 438
- Forks
- 94
- Avg merge
- 5d 13h
- Merged PRs (30d)
- 6
Description
To make clients like [gh](https://github.com/cli/cli) more robust, it would be great to have HTTP retries especially on 50x errors. A library like [go-retryablehttp](https://github.com/hashicorp/go-retryablehttp) could be used for that, but that would be clearly a breaking API change.
Do you have thoughts on that?
Contributor guide
Assessment
This issue has not been assessed yet.