Error AtlasError Documentation and Resolution

Cloud Run revision is not ready and cannot serve traffic

Revision 'REVISION_NAME' is not ready and cannot serve traffic.

Cloud Run created a revision but it failed readiness checks or startup requirements, so the revision never became ready to accept traffic.

Revision is not ready and cannot serve trafficdeployment
Revision 'REVISION_NAME' is not ready and cannot serve traffic.
  • The container failed startup or readiness checks.
  • Configuration such as environment variables or command settings is invalid.
  • The service cannot become healthy within the allowed startup window.
  1. Inspect revision logs to find the first startup or readiness failure.
  2. Verify environment variables, entrypoint, and container startup behavior.
  3. Redeploy after correcting the failing configuration.
Google Cloud: Troubleshoot Cloud Run
Cloud Run revision is not ready and cannot serve traffic | Error Atlas