Is it possible to configure the Genesys Cloud environment to handle higher WebSocket connection counts during load testing? We are running a capacity test for a new IVR flow using JMeter. The goal is to simulate 500 concurrent callers hitting the main menu simultaneously.
The test fails consistently at around 150 concurrent connections. The flow itself is simple, just a menu selection and a transfer. However, the clients report connection drops.
Here is the error we see in the JMeter listener:
{
"status": 429,
"code": "too_many_requests",
"message": "Rate limit exceeded for WebSocket connections"
}
We checked the API rate limits, but this seems different. The average throughput is low, but the instant spike causes the issue. Is there a setting in the Architect flow or the tenant configuration to increase the burst limit for WebSocket connections? We need to validate if the platform can handle the peak volume before go-live.
Any help is appreciated.