cenkalti / putio.py

A python wrapper for put.io APIv2
http://put.io
MIT License
72 stars 41 forks source link

Retry strategy #17

Closed datashaman closed 8 years ago

datashaman commented 8 years ago

Allow the client's requests to be retried, simple boolean with the strategy decided in the class Defaults to NOT retrying so it conforms to current behaviour

datashaman commented 8 years ago

Your call about what strategy to use, or if we expose more control to the user of the client instead. I like this, because you control how often you want a retry to hit your service.