Concurrency Limit
# support
d
Hello team, I have a question regarding the concurrency limit. Suppose I have currency limit as 10. When I make the 11th call, will Vapi store that in the queue until one of the 10 calls is freed up. Or will it just ignore the 11 call? Thank you for your help.
k
If your concurrency limit is 10, Vapi will reject the 11th call, it won’t queue it unless you’re on an Enterprise plan..