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

feat(retry): Add configurable delay #6421

Merged
merged 3 commits into from Jul 28, 2021

Commits on Jul 14, 2021

  1. feat(retry): Add configurable delay

    - Adds a `delay` configuration that allows the user to create simpler exponential backoff, simple retry delays, and/or other functionality.
    benlesh committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    2745d66 View commit details
    Browse the repository at this point in the history
  2. chore: Address comments

    benlesh committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    32ab5e2 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2021

  1. Configuration menu
    Copy the full SHA
    025d1c7 View commit details
    Browse the repository at this point in the history