IBM / python-sdk-core

The python-sdk-core repository contains core functionality required by Python code generated by the IBM OpenAPI SDK Generator.
Apache License 2.0
20 stars 27 forks source link

fix: use retry_interval as retry backoff_max #184

Closed padamstx closed 9 months ago

padamstx commented 9 months ago

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.

ibm-devx-sdk commented 9 months ago

:tada: This PR is included in version 3.18.2 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: