Skip to main content

service_degraded

The service is operating in a degraded mode and temporarily rejected the request.

HTTPcodeRetryable?
503service_degradedyes

When it happens

Load-shedding protection or a degraded dependency.

How to resolve it

Retry with backoff, respecting Retry-After.

Example

{
"type": "https://docs.skipo.com/errors/service_degraded",
"title": "Service degraded",
"status": 503,
"code": "service_degraded",
"retryable": true,
"detail": "The service is operating in a degraded mode and temporarily rejected the request."
}

Back to the error catalog · See the error format.