quick question about the architect flow websocket connection limits. running jmeter 5.6.2 from singapore staging. hitting 200 concurrent threads against the ai bot api. getting dropped connections after 150 active sessions. no error code, just silent drops. is there a hard cap on concurrent bot sessions per org? trying to figure out if this is a config issue or a platform limit. any jmeter tips for handling this?
The way I solve this is by checking the Data Action timeout settings.
- Ensure the webhook timeout is set to 30s to prevent silent drops.
- Verify the ServiceNow endpoint isn’t rate-limiting the GC requests.