civisanalytics / civis-python

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

[CIVIS-8768] ENH customize API call retrying behavior #495

Closed jacksonlee-civis closed 3 months ago

jacksonlee-civis commented 3 months ago

This pull request adds a new kwarg retries so that a tenacity.Retrying instance can be passed in through civis.APIClient to customize the API call retrying behavior.