Retry delay should delay all queued requests #629
Labels
Status: Blocked
Some technical or requirement is blocking the issue
Type: Bug
Something isn't working as documented
I have an application that's hitting the secondary rate limit even after adding this plugin. I'm passing the following to try to recover:
But even though I see
Retrying after 60 seconds.
in the output, other requests are getting sent before the 60s delay and predictably also hitting the secondary rate limit. https://github.com/SGrondin/bottleneck#retries seems to say this shouldn't happen, but I haven't traced the code enough to see why it might be happening anyway.The text was updated successfully, but these errors were encountered: