429 quota-exceeded
Quota exceeded
https://errors.rdna.ai/quota-exceeded
The tenant has exhausted its allowance for the current billing period.
- Code
- quota-exceeded
- Status
- HTTP 429
- Retryable
- Yes
Meaning
The organization has consumed the monthly quota for this route class. This is a period allowance, not a short request burst limit.
When it is returned
The API returns this problem when metering determines that the caller’s plan has no remaining requests for the current UTC billing month.
Client handling
Retry only after the Retry-After interval, which points to the period rollover, or after the account’s quota changes. The same interval is present as retry_after in the body. Do not use rapid backoff loops for this problem.