I’ve spent hours trying to figure out why the rate limiter triggers so aggressively on script updates.
Background
Using JMeter 5.6 with 50 concurrent threads against /api/v2/scripts in US1. Goal is validating throughput for dynamic script swaps.
Issue
Receiving 429 Too Many Requests immediately after 10 requests. Standard bearer token auth.
Troubleshooting
Checked rate limit headers. Limit is 20 req/min per user. Is there a way to bypass this for load testing validation?