contentful / contentful.py

Python client for the Contentful Content Delivery API https://www.contentful.com/developers/documentation/content-delivery-api/
MIT License
45 stars 39 forks source link

allow retries #50

Open brandon-stange opened 5 years ago

brandon-stange commented 5 years ago

We have an issue where the Content Delivery API sporadically fails. Instead of causing our whole sync process to fail, it was helpful to allow for retries. It's hacky, but I thought I would at least half-try to contribute.

Please let me know if this is useful and/or there are requested changes.