zucchi0657
11/06/2025, 9:40 PMChiranjeet Mishra
11/11/2025, 8:20 AMSubscription.concurrencyLimitIncluded and Subscription.concurrencyLimitPurchased properties to determine your total concurrency limits. More details can be found in our [Subscription schema](https://api.vapi.ai/api/).
2. **Call Queue System**: Implement a call queue system with Twilio to handle excess calls when your concurrency limit is reached. Our [Call queue management with Twilio guide](https://docs.vapi.ai/calls/call-queue-management) provides a comprehensive setup including Twilio queues, concurrency tracking with Redis, and a Node.js server for real-time processing.
3. **Concurrency Tracking**: Keep track of active calls using concurrencyCounter as outlined in our [workflow updates](https://docs.vapi.ai/changelog/2025/1/20).
4. **Real-Time Processing**: Utilize event-driven queue processing to immediately handle available capacity and dequeue calls effectively.
For detailed implementation, please refer to the [call queue management document](https://docs.vapi.ai/calls/call-queue-management).