Need some help troubleshooting… hitting 429 too many requests on the wfm scheduling api endpoints. using jmeter with 50 concurrent users and getting rate limited after 100 reqs. is this a hard limit for our tier or should we increase the throughput timer?
I think the WFM API enforces strict rate limits per organization, independent of JMeter concurrency settings.
"Retry-After": 60
Adjust your load test pacing to respect this header rather than increasing throughput timers.