running a load test on POST /api/v2/outbound/campaigns and the throughput drops to zero once concurrent call volumes hit around 300. environment is us-east-1 with org capacity set to 5000. jmeter 5.6.2 setup is pretty standard: 150 threads, 60s ramp, keepalive on, hitting the campaign endpoint with a 100ms pause. the api throughput stays flat at 15 req/sec before it starts throwing 429 errors. response body just says rate limit exceeded for dial capacity bucket. checked the old community thread about websocket connection limits, but this isn’t a websocket issue, it’s strictly the rest api dialing queue. tried bumping the thread count to 200 and adding a 200ms think time, same result. the dialer seems to lock up once the internal capacity calculation hits a threshold, even though the org license allows way more. logs show the requests timing out at the edge router.
Thread Group: 150 threads
Ramp-Up: 60s
Loop: Infinite
Throughput: 15 req/sec -> 0 req/sec
Error: 429 rate limit exceeded for dial capacity bucket