Rate limit policy
Each connection is limited to:- 100 requests
- per 60 seconds
What happens when you hit the limit
When a connection exceeds its rate limit:- The request is rejected with 429 Too Many Requests
- No request is sent to the upstream API
- The response includes a
Retry-After: 60header indicating when you can retry

