Commit aafdf66
Disable rate limiting on relay endpoint (#745)
## Summary
- Relay calls from the SDK don't attach `api_key` or `app_name`, so they
fall back to IP-based rate limiting at 5 RPS default
- Batch track uploads (e.g. 22 tracks via `Promise.all`) exceed this
limit, causing `EntityManagerClient.manageEntity` to fail with "API Rate
Limit Exceeded"
- Skips rate limiting on `/relay` paths until the SDK properly
identifies itself on relay calls
## Test plan
- [ ] Verify batch track upload (20+ tracks) no longer hits rate limit
errors
- [ ] Verify rate limiting still works on `/v1` API endpoints
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent 70dbc44 commit aafdf66
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
112 | 117 | | |
113 | 118 | | |
114 | 119 | | |
| |||
0 commit comments