rholder / retrying

Retrying is an Apache 2.0 licensed general-purpose retrying library, written in Python, to simplify the task of adding retry behavior to just about anything.
Apache License 2.0
1.91k stars 157 forks source link

Has anyone tried this with Spotipy? #86

Closed shillshocked closed 4 years ago

shillshocked commented 4 years ago

I've tried various fixed and exponential waits and it inevitably locks up on a large job.

labstersteve commented 4 years ago

Unfortunately you do not give enough detail to reproduce the issue, which is therefore likely to be closed without receiving attention.

shillshocked commented 4 years ago

I simplified things and it seems to have resolved itself.