Home Categories deployment Products Cloud Run failed with container import error and resource readiness deadline exceeded Cloud Run
Cloud Run failed with container import error and resource readiness deadline exceeded Container import error. Resource readiness deadline exceeded. Cloud Run could not finish importing or preparing the deployed container image before the platform readiness deadline expired, so the revision never became ready.
Observed message
Container import error. Resource readiness deadline exceeded. Why it happens
The image takes too long to import or initialize before the revision can become ready. The container image is misconfigured or incompatible with the Cloud Run runtime expectations. The deployed revision has startup behavior that prevents readiness from completing in time. How to fix it
Confirm the container image can start correctly and quickly in a local test. Review image contents, entrypoint behavior, and platform compatibility issues. Redeploy after correcting the failing image or reducing startup complexity.