Background
Running load test on Genesys Cloud US1 with JMeter 5.6. Target is /api/v2/data/actions endpoint. Configuring 500 concurrent threads to simulate high volume data sync.
Issue
Requests return 504 Gateway Timeout after 60 seconds. The flow logs show the data action started but did not complete. JMeter shows Non HTTP response code: java.net.SocketTimeoutException.
Troubleshooting
Checked API rate limits, no 429 errors. Increased JMeter connect timeout to 120s, but Genesys Cloud still cuts connection. Is there a specific header or configuration for long-running data actions in load testing?