exoscale / python-exoscale

Python bindings for the Exoscale APIs
https://exoscale.github.io/python-exoscale/
ISC License
14 stars 7 forks source link

Make HTTP session retry policy use configurable #19

Closed falzm closed 4 years ago

falzm commented 4 years ago

This change exposes a configurable max_retries parameter enabling users to adjust the number of retries with the API HTTP client session.