Error AtlasError Documentation and Resolution

HTTP 503 Service Unavailable

503 Service Unavailable

The server is temporarily unable to handle the request, often because it is overloaded or down for maintenance.

503 Service Unavailableruntime
503 Service Unavailable
  • The service is overloaded and cannot accept more requests temporarily.
  • The application is under maintenance or intentionally unavailable.
  • An upstream dependency outage is preventing the service from functioning.
  1. Check service health, capacity, and maintenance state.
  2. Honor any `Retry-After` guidance if the response includes it.
  3. Restore upstream dependencies or scale the service if overload is the cause.
MDN: 503 Service Unavailable
503 Service Unavailable: what it means and how to fix it | Error Atlas