When deploying a simple custom flexible nodejs app, the process gets stuck at "Updating service..."

44 views
Skip to first unread message

Jean-Marc Arsan

unread,
Oct 17, 2017, 12:31:32 PM10/17/17
to Google App Engine
When deploying nodejs custom flex containers to the google app engine, the process never finalizes and gets stuck at "Updating service..."
To help troubleshoot this issue, I created a simple "hello world" http server (available here: https://nodejs.org/en/docs/guides/nodejs-docker-webapp/) and then used the gcloud gen-config command.

    gcloud beta app gen-config --custom
    echo
"service: test-node-fail" >> app.yaml
    gcloud app deploy



On my machine, the following commands work perfectly (I can browse the app on http://localhost):


    docker build
. -t testnodefail
    docker run
-p 80:8080 -d testnodefail

I've been struggling to make this work for the past 8 hours. Cancelling my plans to move to google cloud if I can't resolve it soon :(

Kenworth (Google Cloud Platform)

unread,
Oct 17, 2017, 1:57:29 PM10/17/17
to Google App Engine
I cloned your repository and tried it on my VM. It took me around 5-9 minutes on a couple of retries (this is normal by the way). How long does it get stuck on your end? You can also send me privately the log result of running 'gcloud app deploy --verbosity=debug'.

Jean-Marc Arsan

unread,
Oct 26, 2017, 11:04:21 AM10/26/17
to Google App Engine
Alright, so things seem to be working now.
Thanks!
Reply all
Reply to author
Forward
0 new messages