Looking for advice on handling rate limits when pushing schedule data via the Genesys Cloud WFM API. The environment is Singapore, and I am using JMeter to simulate 50 concurrent updates to the PUT /api/v2/wfm/schedules endpoint.
- Set up JMeter with 50 threads looping every 2 seconds.
- Send a minimal schedule payload with valid resource IDs.
- Observe immediate
429 Too Many Requestsresponses after the first 10 calls.
Is there a specific header or retry logic I am missing for WFM endpoints?