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
When we have 75 multi-queries going, each query has its own throttle, but they aren't aware of each other and we end up with 75x our rate limit. Not to mention we have 4 separate uvicorn workers, but that might be inevitable.
The text was updated successfully, but these errors were encountered:
When we have 75 multi-queries going, each query has its own throttle, but they aren't aware of each other and we end up with 75x our rate limit. Not to mention we have 4 separate uvicorn workers, but that might be inevitable.
The text was updated successfully, but these errors were encountered: