mixpanel / mixpanel-python

Official Mixpanel Python library.
https://mixpanel.com/help/reference/python
Other
104 stars 85 forks source link

Retry support #83

Closed seizethedave closed 4 years ago

seizethedave commented 4 years ago

(Addresses #80)

If we form an $insert_id (or use the one the caller provided), we can retry requests that failed due to certain transport/HTTP errors. I am adding a dependency on urllib3 to handle the retry/backoff logic.