You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, if OpenAI returns a 429, the agent exits can cannot be restarted. I might be worth handling this failure by retying the request with a backoff.
Implementing #4 would reduce this issue as the agent could just be restarted.