Skip to content

service_unavailable

HTTP status: 503 Service Unavailable

  1. Retry with exponential backoff. Start at 1 second, double on each retry, cap at 60 seconds.
  2. Check for a Retry-After response header. If present, wait at least that many seconds before retrying — we're telling you when the cooldown ends.
  3. Check our status page for ongoing incidents (deploys, infrastructure events, planned maintenance).
  4. For sustained 503s beyond ~5 minutes, file a support ticket — that's outside a normal deploy window.

Our infrastructure is temporarily unable to serve the request — usually because a deploy is in progress, a service is scaling up, or a brief upstream dependency outage is in flight. This is distinct from internal_error (our bug) — 503 means our code is healthy but the platform around it isn't ready.

Contact support with your request_id (looks like req_01HF3JKB...). We'll confirm which service was unhealthy at the time.