Good day all,
I have a rails application that I have been trying to deploy for days. I have yet to get any app to deploy I keep getting:
(gcloud.app.deploy) Error Response: [4] An internal error occurred while processing task /app-engine-flex/flex_await_healthy/flex_await_healthy>2024-04-26T21:15:18.457Z4980.jc.1: Timed out waiting for the flex deployment to become network provisioned.
I have no idea what is going on. I have followed all instructions for building my app.yaml file, it builds super fast once I set the OS I wanted to use, because not setting that it tries to run some old version of Ruby and causes errors. I would like some kind of help to get my app deployed.
Hi @MarlyMarl,
Welcome to Google Cloud Community!
Based on this link on errors when deploying to an existing flexible environment version:
This error indicates that updating an unhealthy deployment with a working docker image doesn't always result in a healthy deployment. The outcome depends on the state of instances from the unhealthy deployment. Despite the error, if you provide a good docker image, the deployment might eventually become healthy. Updating an existing version with a new docker image, though allowed, is not a good practice.
Currently, there is no rollback in case of version failure.
I would suggest the following, either:
For the last two options, we don't have a specific ETA for this but you can keep track of its progress once the ticket has been created.
Hope this helps.