-
Notifications
You must be signed in to change notification settings - Fork 373
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
Commits on May 26, 2023
-
feat: add new constructor for exponential backoff policy which enable…
…s a minimum jitter strategy
Configuration menu - View commit details
-
Copy full SHA for a0c12b5 - Browse repository at this point
Copy the full SHA a0c12b5View commit details -
fix: update spacing of docstring and update comment in code snippet t…
…o show how to use the minimum delay
Configuration menu - View commit details
-
Copy full SHA for 03f543e - Browse repository at this point
Copy the full SHA 03f543eView commit details -
Configuration menu - View commit details
-
Copy full SHA for bc1dff6 - Browse repository at this point
Copy the full SHA bc1dff6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2aecf10 - Browse repository at this point
Copy the full SHA 2aecf10View commit details -
Configuration menu - View commit details
-
Copy full SHA for 547f2ef - Browse repository at this point
Copy the full SHA 547f2efView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for e44cbeb - Browse repository at this point
Copy the full SHA e44cbebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 596eecb - Browse repository at this point
Copy the full SHA 596eecbView commit details -
Configuration menu - View commit details
-
Copy full SHA for c06b624 - Browse repository at this point
Copy the full SHA c06b624View commit details -
feat: add new constructor for exponential backoff policy which enable…
…s a minimum jitter strategy
Configuration menu - View commit details
-
Copy full SHA for 58a33f9 - Browse repository at this point
Copy the full SHA 58a33f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for c944591 - Browse repository at this point
Copy the full SHA c944591View commit details -
Configuration menu - View commit details
-
Copy full SHA for 947845c - Browse repository at this point
Copy the full SHA 947845cView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for eebc42a - Browse repository at this point
Copy the full SHA eebc42aView commit details -
address comments: replace minimum delay with intiial delay, revert te…
…sts, add new param to constructor for lower scaling bound
Configuration menu - View commit details
-
Copy full SHA for 0cf39d2 - Browse repository at this point
Copy the full SHA 0cf39d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for ed8af4f - Browse repository at this point
Copy the full SHA ed8af4fView commit details -
address comments: use a new check to determine as the final condition…
… to set the current delay start and add relevant tests
Configuration menu - View commit details
-
Copy full SHA for ed34ffc - Browse repository at this point
Copy the full SHA ed34ffcView commit details