civisanalytics / civis-python

Civis API Python Client
BSD 3-Clause "New" or "Revised" License
34 stars 26 forks source link

[CIVIS-1642] FIX deprecate the inactive `retry_total` parameter of `civis.APIClient` #431

Closed jacksonlee-civis closed 2 years ago

jacksonlee-civis commented 2 years ago

civis-python v1.15.0, released in Sept 2020, reworked the retry logic (https://github.com/civisanalytics/civis-python/pull/401), which made the retry_total parameter of civis.APIClient actually not used by anything. This present PR officially deprecates this parameter.