I'm running a react app with Cloud Run using a docker container from the Artifact Registry. This is setup in the europe-west2 region. This deployment strategy initially worked fine, but appears to be flakey with cloud run failing to serve the app after a few hours. What's more: I've noticed if I try to then deploy a new revision, the deployment hangs and eventually times out with " Revision 'website-react-app-00002-q55' is not ready and cannot serve traffic. Resource readiness deadline exceeded.". Am I doing something wrong or is there an upstream issue? Happy to provide more details
A note that the exact same resource deployed on us-central1 works fine.