Need some help troubleshooting
Running a JMeter script from Singapore to hit /api/v2/wfm/adherence/agents. Hitting 429 Too Many Requests at 50 concurrent threads. Rate limit headers show retry-after: 30. We are trying to validate load capacity for shift handovers.
The endpoint works fine with single requests. But bulk adherence checks fail under load. We checked the docs but found no specific limits for this endpoint.
Any tips on handling this?