SUPPORT.TWILIO.COM END OF LIFE NOTICE: This site, support.twilio.com, is scheduled to go End of Life on February 27, 2024. All Twilio Support content has been migrated to help.twilio.com, where you can continue to find helpful Support articles, API docs, and Twilio blog content, and escalate your issues to our Support team. We encourage you to update your bookmarks and begin using the new site today for all your Twilio Support needs.

Conversationa Relay Concurrency Limit

Twilio ConversationRelay Concurrency Limits and Error 64109 Explained

Question

What are the rate limits and concurrency limits for Twilio ConversationRelay on Programmable Voice, and under what conditions is Error 64109 triggered? How can applications scale beyond single-host limits for high call volumes?


 

Product

Programmable Voice

 

Environment

Twilio Console

 

Answer

Twilio ConversationRelay does not enforce a rate limit on the number of new sessions established per second. However, a per-host concurrency limit is active to prevent host overloading, which triggers Error 64109 (ConversationRelay: Concurrency limit reached) if a single host reaches its maximum session capacity.

Key details regarding ConversationRelay concurrency and scaling include:

  • Per-Host Concurrency Limit: Error 64109 is enforced by an in-memory limiter on an individual host, allocating a maximum of 900 concurrent sessions per account on a single host (out of approximately 1,000 total sessions per host). It is not a fleet-wide or account-level global limit.

  • Autoscaling: Twilio automatically scales host instances as call traffic grows. Error 64109 typically only occurs during sudden, unexpected traffic bursts that outpace the time required to spin up new compute instances.

  • High-Volume Scaling: If you anticipate massive, sudden traffic increases (such as high-volume events or large deployments), notify Twilio Support in advance so host capacity can be pre-scaled to accommodate your traffic.



 

Additional Information

For more details on error codes and handling within ConversationRelay, refer to the official Twilio Error Code Reference documentation.

 

 

 

Have more questions? Submit a request
Powered by Zendesk