Need some help troubleshooting… Running a load test against our private BYOC Edge in the Asia/Singapore region using JMeter 5.6.2. Trying to simulate 500 concurrent WebRTC sessions. The API throughput drops significantly after about 200 active connections. Getting 429 Too Many Requests on the POST /v2/webapi/webrtc/sessions endpoint. The error body returns {"errorCode": "rate_limit_exceeded", "retryAfter": 5}. Checked the X-RateLimit-Remaining header and it hits zero quickly. Our JMeter config uses a Thread Group with 500 threads, ramp-up 60s, loop count 1. The WebSocket handshake succeeds initially but subsequent API calls to update session state fail. Is there a specific rate limit for BYOC Edge that differs from public cloud? Also, should I be batching the PUT /v2/webapi/users/me/settings calls or is there a per-user limit I’m missing? The documentation mentions global limits but not per-edge specifics. Any tips on adjusting the JMeter timer to stay within the acceptable throughput for this edge deployment?