Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add HTTP retry mechanism #9

Open
JordanSussman opened this issue Aug 31, 2018 · 0 comments
Open

Add HTTP retry mechanism #9

JordanSussman opened this issue Aug 31, 2018 · 0 comments
Labels
enhancement New feature or request

Comments

@JordanSussman
Copy link
Collaborator

JordanSussman commented Aug 31, 2018

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.

@JordanSussman JordanSussman added the enhancement New feature or request label Aug 31, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant