discogs / discogs_client

DEPRECATED - Official Python Client for the Discogs API
http://www.discogs.com/developers
Other
479 stars 132 forks source link

Implement exponential backoff #109

Closed harababurel closed 4 years ago

harababurel commented 4 years ago

This fork makes use of the backoff library to fail gracefully when a rate limit is reached. Instead of raising an exception to the client, the library automatically retries failed requests using an exponential backoff strategy.

harababurel commented 4 years ago

This is a hackier but simpler solution to #102 and #92.

vreon commented 4 years ago

Hi, thank you for opening this pull request.

Unfortunately, this project is no longer actively maintained, and today, we're archiving the repository and publishing the final version to PyPI.

We sincerely appreciate your contribution and regret that we weren't able to give it the attention it deserved.