-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: bump minimal retry in case of secondary rate limiting to 60s #594
fix: bump minimal retry in case of secondary rate limiting to 60s #594
Conversation
0994735
to
eccc64a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Failing tests are unrelated and there's a PR in flight to address them. I'll approve now to avoid unblocking this from shipping once that PR is in.
…e it, to avoid a breaking change
Sorry I wasn't quite done. The failing tests were legit. I forgot that we have to properly deprecate the |
…ent settings?! No idea, not worth investigating as the code gets removed soon anyway
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh shoot! I'm bummed I mis-recognized that. Thanks for explaining!
🎉 This PR is included in version 5.2.3 🎉 The release is available on: Your semantic-release bot 📦🚀 |
I had a GitHub-internal discussion about this. We cannot give details on how secondary limit rating works as it is meant to avoid API abuse. But for now we came to an agreement that waiting 60s for retries is a good default implementation for handling.
Closes #454, closes #566.