Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[RateLimiter] Fix RateLimit->getRetryAfter() return value when consuming 0 or last tokens#53282
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
[RateLimiter] Fix RateLimit->getRetryAfter() return value when consuming 0 or last tokens#53282
Uh oh!
There was an error while loading.Please reload this page.
Conversation
701dc3c to677b8b7Comparenicolas-grekas commentedDec 30, 2023
Thank you@wouterj. |
nicolas-grekas commentedDec 30, 2023
And thank you@ERuban |
ERuban commentedJan 23, 2024
Huh, have found that this PR didn't fix some cases that was fixed by my ones.
/cc@wouterj |
Replaces#52835 Original description: