Why does the Schedule API starts returning 503 Service Unavailable when we push past 200 concurrent requests? We are running this from our Singapore office using JMeter 5.4.1.
The setup involves POSTing to /api/v2/wfm/schedules with a 50-thread group. The first 100 requests succeed instantly, but then the latency spikes and the 503s begin.
We checked the Genesys Cloud status page and everything is green. No rate limit 429s are appearing in the logs, just the 503s.
Is there a hidden concurrency limit for bulk schedule updates that isn’t documented? Our JMeter config is standard, just hitting the endpoint repeatedly.