rate_limit_unavailable
HTTP Status: 503 Category: Rate Limiting
When you see this
The rate-limit backend (Redis) is temporarily unreachable so the middleware fails closed instead of serving unmetered traffic.
How to fix it
Retry after a few seconds. If the error persists for more than 5 minutes, the platform is in a degraded state; check https://status.valara.cloud.
Example response
{
"error": {
"code": "rate_limit_unavailable",
"message": "The rate-limit backend (Redis) is temporarily unreachable so the middleware fails closed instead of serving unmetered traffic.",
"hint": null,
"doc_url": "https://docs.valara.cloud/api-reference/errors/rate_limit_unavailable",
"request_id": "req_01H...",
"details": {
"errors": [],
"field_count": 0
}
}
}