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

fix: use retry_interval as retry backoff_max #184

Merged
merged 1 commit into from
Dec 11, 2023
Merged

Commits on Dec 11, 2023

  1. fix: use retry_interval as retry backoff_max

    This commit makes a subtle change to the "retry_interval"
    argument of BaseService.enable_retries().
    It is now used to supply the value for the "backoff_max"
    argument passed to the urllib3's Retry ctor, and now
    represents the maximum time to wait before the next retry.
    
    Signed-off-by: Phil Adams <[email protected]>
    padamstx committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    5886a84 View commit details
    Browse the repository at this point in the history