rate_limited
HTTP status: 429 Too Many Requests
You’ve exceeded the rate limit for the current window.
Common causes
Section titled “Common causes”- Bursting many requests in a short window.
- Multiple processes sharing one token.
How to fix
Section titled “How to fix”Back off for the number of seconds in retry_after (also sent as the Retry-After header), then retry. Watch the X-RateLimit-Remaining and X-RateLimit-Reset headers. See Conventions → Rate limiting.
Example
Section titled “Example”{ "error": "rate_limited", "message": "Rate limit exceeded.", "docs_url": "https://featureflip.io/docs/management-api/errors/rate_limited", "retry_after": 30}