I'm trying several times to deploy a new version of a service on my app engine flexible instance using the sdk and the command gcloud app deploy
, but all i get is this error
"ERROR: (gcloud.app.deploy) Error Response: [4] Timed out waiting for the app infrastructure to become healthy."
.
I Couldn't found any answer about it on the issue tracker of gcp.
On this question, he got the same problem, but no one could answered it.
Any guidance will be very helpfull.
app.yaml
if your app takes an unusually long time to start or, better yet, shorted that start time. – Spandau