Auto Pause when rate limit exceeded #1742
lukerogers
started this conversation in
Ideas
Replies: 1 comment
-
|
Thanks for the detailed report. This makes sense. What you’re describing (the “try again in 46 minutes” value not changing) can happen if the CLI keeps sending requests while you’re already rate limited. Depending on how the backend enforces limits, each new request can effectively restart the cooldown window, so the retry time looks stuck. I'll submit this for the team to consider/review. Thanks for taking the time! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Today I was running /fleet with /autopilot to build a new app and after a while it started showing the following:
I have no doubt I exceeded the rate limit and I have no problem with that, but it kept throwing the error with the same time value. I don't know how long it was showing the error, but it wasn't increasing or decreasing, so I'm guessing it was resetting the time with each request.
It seems like an opportunity to have the CLI pause for the time specified to allow the rate limit condition to pass. Is this something that is doable?
Beta Was this translation helpful? Give feedback.
All reactions