[google-appengine] Re: Slow deployments (NodeJS)

2017-09-28 Thread 'Kenworth (Google Cloud Platform)' via Google App Engine
The command-line (Cl) is waiting for a callback to be able to show the status of the deployment. You can use the '--verbosity' flag set to 'debug' to be able to see more what's happening on the background. I have found these pages of interest about best practices for Docker files

[google-appengine] Re: Slow deployments (NodeJS)

2017-09-28 Thread Cepit Space
Thanks for the response, While I can understand it's all done on the GCP side. Why does CI need to sit waiting? Another point I wanted to add was that if my code is uploaded with a bug (that causes a panic), the deploy just hangs until I cancel it. On Thursday, September 28, 2017 at 3:57:58 A

[google-appengine] Re: Slow deployments (NodeJS)

2017-09-27 Thread 'Kenworth (Google Cloud Platform)' via Google App Engine
Yes, this seems to be totally normal. Like discussed in this SO thread , most of the deployment steps happen away from your computer and are independent of your codebase size, so there