Concurrent Call Limit Helo
# support
a
what would happen if I send 11 concurrent calls to like a make.com http request, would it call the first 10 people and then after 1 minute call the 11th person? Or, would it cancel that 11th request
v
You can continue this conversation by mentioning me in the message.
@Ali M If you're on the Pay-As-You-Go plan with a limit of 10 concurrent calls, and you attempt to send an 11th concurrent call, the system will not process the 11th call immediately. Instead, it will typically queue the excess call and attempt to process it once one of the current 10 calls is completed. The system does not cancel the 11th request outright; it handles it based on the availability of resources. However, the exact behavior can depend on the specifics of the queuing mechanism and how the system is configured to handle such situations. If you need to ensure that all calls are handled without delay, you might consider upgrading to the Enterprise plan, which allows for scaling up to millions of calls with guaranteed low latency.
@Ali M Sweet. Have a great day!
@Vapi Sweet. Have a great day!