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

Make RetryBackoffSpec Multiplier configurable #3603

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Commits on Sep 29, 2023

  1. Make the multiplier for exponential backoff configurable.

    Signed-off-by: Iain Henderson <Iain.henderson@mac.com>
    iain-henderson committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    dc573fb View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. Update Retry and RetryBackoffSpecTest classes to support configurable…

    … multiplier in RetryBackoffSpec
    
    Signed-off-by: Iain Henderson <Iain.henderson@mac.com>
    iain-henderson committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    04f596a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ed82d1 View commit details
    Browse the repository at this point in the history
  3. Add defensive logic to prevent ill advised values for the backoff ret…

    …ry multiplier.
    
    Signed-off-by: Iain Henderson <Iain.henderson@mac.com>
    iain-henderson committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    e287a86 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    372eb11 View commit details
    Browse the repository at this point in the history