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: add new constructor for exponential backoff policy #11650

Merged
merged 15 commits into from
May 26, 2023

Commits on May 26, 2023

  1. feat: add new constructor for exponential backoff policy which enable…

    …s a minimum jitter strategy
    alevenberg committed May 26, 2023
    Configuration menu
    Copy the full SHA
    a0c12b5 View commit details
    Browse the repository at this point in the history
  2. fix: update spacing of docstring and update comment in code snippet t…

    …o show how to use the minimum delay
    alevenberg committed May 26, 2023
    Configuration menu
    Copy the full SHA
    03f543e View commit details
    Browse the repository at this point in the history
  3. fix: update docs with nits

    alevenberg committed May 26, 2023
    Configuration menu
    Copy the full SHA
    bc1dff6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2aecf10 View commit details
    Browse the repository at this point in the history
  5. fix: respond to comments

    alevenberg committed May 26, 2023
    Configuration menu
    Copy the full SHA
    547f2ef View commit details
    Browse the repository at this point in the history
  6. address comments and fix clang tidy tests that failed: replace initia…

    …l delay argument string with minimum delay, remove error handling, and update tests with new backoff strategy limits
    alevenberg committed May 26, 2023
    Configuration menu
    Copy the full SHA
    e44cbeb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    596eecb View commit details
    Browse the repository at this point in the history
  8. update docstring

    alevenberg committed May 26, 2023
    Configuration menu
    Copy the full SHA
    c06b624 View commit details
    Browse the repository at this point in the history
  9. feat: add new constructor for exponential backoff policy which enable…

    …s a minimum jitter strategy
    alevenberg committed May 26, 2023
    Configuration menu
    Copy the full SHA
    58a33f9 View commit details
    Browse the repository at this point in the history
  10. fix: update docs with nits

    alevenberg committed May 26, 2023
    Configuration menu
    Copy the full SHA
    c944591 View commit details
    Browse the repository at this point in the history
  11. fix: respond to comments

    alevenberg committed May 26, 2023
    Configuration menu
    Copy the full SHA
    947845c View commit details
    Browse the repository at this point in the history
  12. address comments and fix clang tidy tests that failed: replace initia…

    …l delay argument string with minimum delay, remove error handling, and update tests with new backoff strategy limits
    alevenberg committed May 26, 2023
    Configuration menu
    Copy the full SHA
    eebc42a View commit details
    Browse the repository at this point in the history
  13. address comments: replace minimum delay with intiial delay, revert te…

    …sts, add new param to constructor for lower scaling bound
    alevenberg committed May 26, 2023
    Configuration menu
    Copy the full SHA
    0cf39d2 View commit details
    Browse the repository at this point in the history
  14. address comments

    alevenberg committed May 26, 2023
    Configuration menu
    Copy the full SHA
    ed8af4f View commit details
    Browse the repository at this point in the history
  15. address comments: use a new check to determine as the final condition…

    … to set the current delay start and add relevant tests
    alevenberg committed May 26, 2023
    Configuration menu
    Copy the full SHA
    ed34ffc View commit details
    Browse the repository at this point in the history