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

Abstract out retry delay code #34

Open
benjamincharity opened this issue Mar 1, 2018 · 0 comments
Open

Abstract out retry delay code #34

benjamincharity opened this issue Mar 1, 2018 · 0 comments
Labels
Focus: utility General JS/TS utilities Type: chore Something that needs to be done but is not a bug or addition

Comments

@benjamincharity
Copy link
Contributor

Currently used in the retry with backoff code. We should abstract out the retry code so that it can work in multiple situations.

  • retry with exponential backoff
  • retry with specific backoff delay from HTTP error code
@benjamincharity benjamincharity added Focus: utility General JS/TS utilities Type: chore Something that needs to be done but is not a bug or addition labels Mar 1, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Focus: utility General JS/TS utilities Type: chore Something that needs to be done but is not a bug or addition
Projects
None yet
Development

No branches or pull requests

1 participant