Concurrent call limits question
# support
n
Hey, Quick question regarding concurrent call limits. If we reach the limit - do we get an error response while creating the call and if so what’s the error response? Or will the call be queued to perform the actual call whenever there is an opportunity with the concurrency limits? I couldn’t find this in the documentation
a
HeyNotSaul Thank you for creating the ticket! A member of our team will reach out to you shortly.
v
message has been deleted
You can continue this conversation by mentioning me in the message.
@NotSaul Hello! If you reach the concurrent call limit on the Pay-As-You-Go plan, any additional call attempts will result in an error response. The error message will typically indicate that the concurrent call limit has been reached. Calls are not queued in this scenario; instead, you would need to manage the call attempts on your end to ensure they are retried once there is availability within the concurrency limits. For the Enterprise plan, the system is designed to handle a much larger scale of concurrent calls, and with reserved GPUs on our Enterprise cluster, you are less likely to encounter such limits. If you need more detailed information on the exact error codes or messages, or if you want to discuss how to handle such scenarios, please feel free to reach out to our 24/7 support or schedule a call with our engineering team.
s
@User > If we reach the limit - do we get an error response while creating the call and if so what’s the error response? The rest of calls will be dropped with http_status_code 404 and and error message reach concurrency limit. > Or will the call be queued to perform the actual call whenever there is an opportunity with the concurrency limits? No calls will be dropped.
cc: @NotSaul
n
Got it Thank you
7 Views