Re: [google-appengine] Re: Google App Engine is slow to deploy, hangs on "Updating service [someproject]..."

2020-04-22 Thread 'Olu' via Google App Engine
I understand your concern about the Deployment time. These are on-going efforts and changes that sadly have no ETA at this time as the team is constantly looking into ways to get better deployment time for all App Engine environments. There are similar reports on these issue links[1][2] that

Re: [google-appengine] Re: Google App Engine is slow to deploy, hangs on "Updating service [someproject]..."

2020-04-22 Thread Magnus Markling
Hey Nick! How are these devoted efforts coming along? I just started a brand new GAE project with a simple Node application. Deployment takes 8-10 mins, the major part of which is still spent waiting for "Updating service". I'm not particularly impressed. Cheers, Magnus Den torsdag 6 april

[google-appengine] Re: Google App Engine is slow to deploy, hangs on "Updating service [someproject]..."

2019-06-27 Thread Andreas Virkus
I feel it necessary to echo this. Zeit, Heroku, AWS, [you-name-it] all deliver these micro-updates under a minute. In todays world of rapid development/delivery/iteration, it's odd to see a company of Google's magnitude be contempt with being 10+ times slower than their competition. I guess

[google-appengine] Re: Google App Engine is slow to deploy, hangs on "Updating service [someproject]..."

2019-01-24 Thread Matt Haff
Thanks Mohammad, I have created an issue there as well. On Thursday, January 24, 2019 at 12:01:28 AM UTC-5, Mohammad I (Cloud Platform Support) wrote: > > Hello Matt, > > > As the issue is related to user’s deployment failure sometimes which is an > indicator that this issue shouldn't be

[google-appengine] Re: Google App Engine is slow to deploy, hangs on "Updating service [someproject]..."

2019-01-23 Thread 'Mohammad I (Cloud Platform Support)' via Google App Engine
Hello Matt, As the issue is related to user’s deployment failure sometimes which is an indicator that this issue shouldn't be reported on Google Groups as this forum is meant for general discussion of the platform, not specific technical issues. What's needed for anybody who would want

[google-appengine] Re: Google App Engine is slow to deploy, hangs on "Updating service [someproject]..."

2019-01-18 Thread Matt Haff
I'm having the same issue, I posted a separate question here per Nick's request - https://groups.google.com/forum/?utm_medium=email_source=footer#!topic/google-appengine/NJMzqz5JqZQ -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To

[google-appengine] Re: Google App Engine is slow to deploy, hangs on "Updating service [someproject]..."

2019-01-18 Thread Karolis Krulis
That's not really a solution. If I deploy the same exact file to AWS it takes ~15s on a slow network. I spent 10 minutes deploying on google. On Monday, October 3, 2016 at 4:39:50 PM UTC-4, Nick (Cloud Platform Support) wrote: > > Hey Kevin, > > The speed of deployment can be changed by

Re: [google-appengine] Re: Google App Engine is slow to deploy, hangs on "Updating service [someproject]..."

2019-01-03 Thread 'Edgar (Google Cloud Platform Support)' via Google App Engine
As DeWitt mentioned, currently our median deployment time for production goes around 6 minutes as it is working as intended on the flexible environment. There has been some additional work and testing done for faster deployment for development purposes. The updated workflow("in-place version

Re: [google-appengine] Re: Google App Engine is slow to deploy, hangs on "Updating service [someproject]..."

2018-12-29 Thread Shiva Wu
So I guess no update on the load balancer update speed, huh? It has been more than a year... On Wednesday, 5 April 2017 16:28:11 UTC-7, Nick (Cloud Platform Support) wrote: > > Hey Stanislas, > > So, I can confirm that my prior investigation and intuitions were on the > right track. I can

Re: [google-appengine] Re: Google App Engine is slow to deploy, hangs on "Updating service [someproject]..."

2018-12-29 Thread Shiva Wu
So I guess no update on the GCLB deployment speed, huh? It has been more than a year... On Wednesday, 5 April 2017 16:28:11 UTC-7, Nick (Cloud Platform Support) wrote: > > Hey Stanislas, > > So, I can confirm that my prior investigation and intuitions were on the > right track. I can confirm

Re: [google-appengine] Re: Google App Engine is slow to deploy, hangs on "Updating service [someproject]..."

2018-10-09 Thread samiislam via Google App Engine
Yes, you are right. In order to connect to the Redis instance, App Engine applications must be in the same region as the Redis Instance and on the same network to be authorized. Please check the following article for

Re: [google-appengine] Re: Google App Engine is slow to deploy, hangs on "Updating service [someproject]..."

2018-10-08 Thread Prashanth Acharya
Hi Katayoon, The app tries to connect to redis on startup. I realised that redis was in a different region hence unable to connect. Would that be the cause of long delays during deployment? On Monday, October 8, 2018 at 11:47:30 PM UTC+5:30, Katayoon (Cloud Platform Support) wrote:

Re: [google-appengine] Re: Google App Engine is slow to deploy, hangs on "Updating service [someproject]..."

2018-10-08 Thread 'Katayoon (Cloud Platform Support)' via Google App Engine
Hi Prashanth, As DeWitt mentioned, having a delay around 6 minutes median (50th percentile) for a new version of App Engine Flex. deployment is the expected behavior since when you deploy your first application to the flexible environment, your virtual machine (VM) and other infrastructure

Re: [google-appengine] Re: Google App Engine is slow to deploy, hangs on "Updating service [someproject]..."

2018-10-08 Thread Prashanth Acharya
Is there any updated. I have Rails flex instances timeout after 45mins( 2 services). On Tuesday, December 12, 2017 at 11:07:43 PM UTC+5:30, DeWitt Clinton wrote: > > Hi all, > > I’m on the App Engine team and I agree, flexible deployments are currently > too slow. The observations in this

[google-appengine] Re: Google App Engine is slow to deploy, hangs on "Updating service [someproject]..."

2018-04-19 Thread Baptiste Lafontaine
Still the same issue in april 2018. Deployment of a simple PHP Symfony application in the flex environment takes at least 5 minutes even when specifying the version number and --nopromote. gcloud app deploy --version 20180419t141737 --no-promote 4:56.09 total I've seen in the bugtracker

[google-appengine] Re: Google App Engine is slow to deploy, hangs on "Updating service [someproject]..."

2018-03-09 Thread Sylvain de vathaire
Sames issues on flexible.. Not able to build and deploy anymore ! this a a simple Wordpress web site but Build time out after 10 minutes (deadlineexceedederrors ..) Let's go to a simple CAAS and forget about google bloated GAE -- You received this message because you are subscribed to the

Re: [google-appengine] Re: Google App Engine is slow to deploy, hangs on "Updating service [someproject]..."

2018-02-18 Thread Kyle Smaagard
> > > Just to add my own $0.02 Switched from the standard env to flexible and went from 30 second deploys to 5+ min. Super bad experience especially when this occurs on Google's own samples!! -- You received this message because you are subscribed to the Google Groups "Google App

Re: [google-appengine] Re: Google App Engine is slow to deploy, hangs on "Updating service [someproject]..."

2018-02-13 Thread 'DeWitt Clinton' via Google App Engine
Hi Mike, response inline. On Tue, Feb 13, 2018 at 9:24 AM, Mike Hardy wrote: > DeWitt, thanks for informing us but I see a few potential problems. > > 1. we've been passing `--version` in our gcloud app deploy command for the > last 6 months to name the new release.

Re: [google-appengine] Re: Google App Engine is slow to deploy, hangs on "Updating service [someproject]..."

2018-02-13 Thread voice . elli
As far as I remember this is caused by a slow startup. The app takes too long to start responding to load balancer requests, so the load balancer gives up on it. The app is still running fine, just not accessible from the outside world. You will be able to see the app logs in stack driver and

Re: [google-appengine] Re: Google App Engine is slow to deploy, hangs on "Updating service [someproject]..."

2018-02-13 Thread Mike Hardy
DeWitt, thanks for informing us but I see a few potential problems. 1. we've been passing `--version` in our gcloud app deploy command for the last 6 months to name the new release. Isn't this going to conflict with users like us who want to name the newest version? 2. I tested the solution

Re: [google-appengine] Re: Google App Engine is slow to deploy, hangs on "Updating service [someproject]..."

2018-02-12 Thread Samuel Woo
I can't make a new deployment and I can't event start a previously deployed (and working) version. The server appears to start, but it does not respond to web requests. On Monday, February 12, 2018 at 6:02:54 PM UTC-8, Justin Yip wrote: > > Hello, > > My team is not able to deploy anything to

Re: [google-appengine] Re: Google App Engine is slow to deploy, hangs on "Updating service [someproject]..."

2018-02-12 Thread Justin Yip
Hello, My team is not able to deploy anything to appengine since 4pm (PST). The following message spins forever: Updating service [] (this may take several minutes) Has anyone experienced similar problem? Justni On Monday, February 12, 2018 at 4:07:10 PM UTC-8, DeWitt Clinton wrote: > >

Re: [google-appengine] Re: Google App Engine is slow to deploy, hangs on "Updating service [someproject]..."

2018-02-12 Thread 'DeWitt Clinton' via Google App Engine
Hi all, Thanks for being patient, everyone. I waited to reply here until the experiment was fully ramped-up and verified in prod, but all projects should now be eligible to start using the faster in-place version updates. To perform an in-place update, please pass the --version flag to the

[google-appengine] Re: Google App Engine is slow to deploy, hangs on "Updating service [someproject]..."

2018-02-12 Thread Mike Hardy
Same boat as Franck and others - this is unusable On Thursday, February 8, 2018 at 12:23:23 PM UTC-8, Franck Diédrich wrote: > > Hello, > > I'm experiencing serious latency too on a flexible env. > > Deployments used to last around 9 minutes (which is quite long) and now > they time out without

[google-appengine] Re: Google App Engine is slow to deploy, hangs on "Updating service [someproject]..."

2018-02-08 Thread Franck Diédrich
Hello, I'm experiencing serious latency too on a flexible env. Deployments used to last around 9 minutes (which is quite long) and now they time out without explicit reason. When will deployement improvement flow be available? Le jeudi 29 septembre 2016 21:48:26 UTC+2, Kevin Lau a écrit : > >

Re: [google-appengine] Re: Google App Engine is slow to deploy, hangs on "Updating service [someproject]..."

2018-02-01 Thread Dinçer Kavraal
I have noticed, deleting old image files (google storage) or deploying services into a clean project made things a bit faster. I don't know if it was a coincidence. They are probably trying to fix this. I ran into random timeout errors too. At one case, it said "server at .appspot.com could

Re: [google-appengine] Re: Google App Engine is slow to deploy, hangs on "Updating service [someproject]..."

2018-02-01 Thread Mike Hardy
Same with us. Our deployment hangs at `updating service` and eventually fails. On Thursday, February 1, 2018 at 9:14:52 AM UTC-8, Yuri Bürger wrote: > > I've noticed huge decrease in deployment time today. It was not fast > before, but now it is very slow. Also, it seems randomly fail with

Re: [google-appengine] Re: Google App Engine is slow to deploy, hangs on "Updating service [someproject]..."

2018-02-01 Thread Yuri Bürger
I've noticed huge decrease in deployment time today. It was not fast before, but now it is very slow. Also, it seems randomly fail with "time out" четвер, 1 лютого 2018 р. 15:58:40 UTC+2 користувач Dinçer Kavraal написав: > > I don't know about the experimentation but deployments are failing

Re: [google-appengine] Re: Google App Engine is slow to deploy, hangs on "Updating service [someproject]..."

2018-02-01 Thread Dinçer Kavraal
I don't know about the experimentation but deployments are failing for the last a few days and taking hours. Has anyone noticed that? Also I am not on the whitelist. On Friday, 26 January 2018 04:17:32 UTC+3, DeWitt Clinton wrote: > > Hi all, > > I've whitelisted everyone who filled out the

Re: [google-appengine] Re: Google App Engine is slow to deploy, hangs on "Updating service [someproject]..."

2018-01-25 Thread 'DeWitt Clinton' via Google App Engine
Hi all, I've whitelisted everyone who filled out the form, and the experiment is going well so far. I hope to see it rolled out to all projects and publicly documented in the next several weeks. Thanks for your help and feedback! -DeWitt On Tue, Jan 23, 2018 at 1:04 PM AntoineA

Re: [google-appengine] Re: Google App Engine is slow to deploy, hangs on "Updating service [someproject]..."

2018-01-23 Thread AntoineA
+1 - Also interested On Thursday, 18 January 2018 09:03:39 UTC-5, Ivan Aguirre wrote: > > Hi DeWitt, > > Do you have updates on this? Is there an issue tracker I can follow? > > best regards!! > > Em terça-feira, 19 de dezembro de 2017 07:59:08 UTC-2, Filipe Caldas > escreveu: >> >> Hi DeWitt,

Re: [google-appengine] Re: Google App Engine is slow to deploy, hangs on "Updating service [someproject]..."

2018-01-18 Thread Tom Jowett
Thanks DeWitt! I just signed up using that form for my app - is this still slated for release this month? Cheers! Tom On Tuesday, December 12, 2017 at 7:37:43 AM UTC-10, DeWitt Clinton wrote: > > Hi all, > > I’m on the App Engine team and I agree, flexible deployments are currently > too

Re: [google-appengine] Re: Google App Engine is slow to deploy, hangs on "Updating service [someproject]..."

2018-01-18 Thread Ivan Aguirre
Hi DeWitt, Do you have updates on this? Is there an issue tracker I can follow? best regards!! Em terça-feira, 19 de dezembro de 2017 07:59:08 UTC-2, Filipe Caldas escreveu: > > Hi DeWitt, > > Will this also impact the deploy time on managed Appengine applications? > > Best, > > On Tuesday,

Re: [google-appengine] Re: Google App Engine is slow to deploy, hangs on "Updating service [someproject]..."

2017-12-19 Thread Filipe Caldas
Hi DeWitt, Will this also impact the deploy time on managed Appengine applications? Best, On Tuesday, 12 December 2017 17:37:43 UTC, DeWitt Clinton wrote: > > Hi all, > > I’m on the App Engine team and I agree, flexible deployments are currently > too slow. The observations in this thread

Re: [google-appengine] Re: Google App Engine is slow to deploy, hangs on "Updating service [someproject]..."

2017-12-12 Thread 'DeWitt Clinton' via Google App Engine
Hi all, I’m on the App Engine team and I agree, flexible deployments are currently too slow. The observations in this thread generally match our own: Deploying a new version of an app takes around six minutes median (50th percentile), with tail spikes several times that (99th percentile).

Re: [google-appengine] Re: Google App Engine is slow to deploy, hangs on "Updating service [someproject]..."

2017-11-21 Thread Gunar Cassiano Gessner
Speaking from experience here. Just move on. Google App Engine (esp. Flexible Engine) is not worthy of your time. Take care, @gunar On Tue, Nov 21, 2017 at 1:24 AM, Vijay M wrote: > I have been struggling with the same issue. I tried deploying a very > simple app and

[google-appengine] Re: Google App Engine is slow to deploy, hangs on "Updating service [someproject]..."

2017-11-20 Thread Vijay M
I have been struggling with the same issue. I tried deploying a very simple app and waited for several minutes before the process timed out. I even ran into the same timeout issue with Google's own samples from https://github.com/GoogleCloudPlatform/python-docs-samples/

Re: [google-appengine] Re: Google App Engine is slow to deploy, hangs on "Updating service [someproject]..."

2017-11-19 Thread Yngvar Kristiansen
I am experiencing deploy times of 9 minutes, for every deploy, without code changes. All I have done is following a hello world tutorial for a Spring Boot app with Maven. I have searched without finding a solution, unfortunately. I think people get a bad first impression of the App Engine when

Re: [google-appengine] Re: Google App Engine is slow to deploy, hangs on "Updating service [someproject]..."

2017-11-15 Thread Daniel Sirota
Happenned to me on the AppEngine Standard. Cleaning the staging.PROJECTNAME bucket on GCS fixed it. It appears the folder gets bigger and bigger and it really slows the deploy. On Nov 16, 2017 01:35, wrote: > From limited testing with Java Flexible, it happens with > >

[google-appengine] Re: Google App Engine is slow to deploy, hangs on "Updating service [someproject]..."

2017-11-15 Thread voice . elli
>From limited testing with Java Flexible, it happens with server: jetty9 Significantly less issues with standard Java, though we want to user the jetty built in container. What we see is that initial deployment is OK, and every consecutive deployment slows down exponentially, until above

Re: [google-appengine] Re: Google App Engine is slow to deploy, hangs on "Updating service [someproject]..."

2017-10-17 Thread Jean-Marc Arsan
Experiencing the same issue with google-appengine :(. I was trying to migrate from AWS; however, after banging my head for the past few hours. I'll probably quit if it can't complete by tomorrow. On Thursday, August 24, 2017 at 3:19:11 PM UTC-4, Samuel Cousin wrote: > > Thanks for the debug

Re: [google-appengine] Re: Google App Engine is slow to deploy, hangs on "Updating service [someproject]..."

2017-08-24 Thread Samuel Cousin
Thanks for the debug info! I'm experiencing the exact same issue but with a nodejs 8.x environment. This inertia to deploy a mere 100 lines of JS is really testing my limit... On Monday, August 21, 2017 at 8:06:19 PM UTC+1, Adrien Di Pasquale wrote: > > Hi ! I'm experiencing the same slowness :

Re: [google-appengine] Re: Google App Engine is slow to deploy, hangs on "Updating service [someproject]..."

2017-08-21 Thread Adrien Di Pasquale
Hi ! I'm experiencing the same slowness : the "Update service ...|" step is taking anywhere from 5 to 30 minutes. Here is what I've tried so far to fix it, without success: - use a different region (I've switched from europe-west to us-central) - deploy the hello_world app from the sample

[google-appengine] Re: Google App Engine is slow to deploy, hangs on "Updating service [someproject]..."

2017-08-21 Thread Adrien Di Pasquale
Hi ! I'm experiencing the same slowness : the "Update service ...|" step is taking anywhere from 5 to 30 minutes. Here is what I've tried so far to fix it, without success: - use a different region (I've switched from europe-west to us-central) - deploy the hello_world app from the sample

Re: [google-appengine] Re: Google App Engine is slow to deploy, hangs on "Updating service [someproject]..."

2017-08-21 Thread Adrien Di Pasquale
Hi ! I'm experiencing the same slowness with GAE. The `Updating service ...|` step takes anywhere from 5 to 30 minutes, every single time. So far, I've tried mitigating the issue without success by : - deploying the hello_world app from the official github sample repo - deploying on a different

Re: [google-appengine] Re: Google App Engine is slow to deploy, hangs on "Updating service [someproject]..."

2017-08-16 Thread Gunar Cassiano Gessner
Hi Nick, thank you for the information. Are there any updates on decreasing GCLB configuration push times? Is there a way for me to bypass it if using "manual_scaling: instances: 1"? Thank you, Gunar. On Wednesday, April 5, 2017 at 8:28:11 PM UTC-3, Nick (Cloud Platform Support) wrote: > > Hey

[google-appengine] Re: Google App Engine is slow to deploy, hangs on "Updating service [someproject]..."

2017-08-16 Thread Gunar Cassiano Gessner
I experience the same slowness. It makes sense that it the problematic part is GCloud's Load Balancer, as pushing code and building the container seems relatively fast. Are there any updates on this on Google's part? On Thursday, May 4, 2017 at 8:07:31 PM UTC-3, E EE wrote: > > From my

[google-appengine] Re: Google App Engine is slow to deploy, hangs on "Updating service [someproject]..."

2017-05-04 Thread E EE
>From my experiments the new version is live about the same time the upload command returns. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to

[google-appengine] Re: Google App Engine is slow to deploy, hangs on "Updating service [someproject]..."

2017-05-04 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey E, I've seen it before where the app is actually serving but it takes some time for the deployment *command *to complete. In the operation info, it says, "servingStatus: SERVING". Could you check, when this occurs, whether the app isn't serving *before *the command ends? Cheers, Nick

[google-appengine] Re: Google App Engine is slow to deploy, hangs on "Updating service [someproject]..."

2017-05-04 Thread E EE
>From the logs it seems like the operation is the deployment of a new version. See attached dump of the command. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an

[google-appengine] Re: Google App Engine is slow to deploy, hangs on "Updating service [someproject]..."

2017-05-03 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey E, Alright, now given that I can't look into what operation that is, you should check what it is using gcloud, using the command below: gcloud beta app operations describe d8c581c51b0-e9a02f Possibly it's the same issue discussed above, the creation of the load balancer. Cheers, Nick

[google-appengine] Re: Google App Engine is slow to deploy, hangs on "Updating service [someproject]..."

2017-05-03 Thread E EE
Here is the log file from cloud shell You can see many: Operation [apps/my-project/operations/d8c581c51b0-e9a02f] not complete. Waiting 5s. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving

[google-appengine] Re: Google App Engine is slow to deploy, hangs on "Updating service [someproject]..."

2017-05-03 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey E, The log file location is given when you run the gcloud info command. In your case, the output showed: Logs Directory: [/tmp/tmp.ijTCcTysEa/logs] Last Log File: [None] It's odd that there should be "None" for the last log file. Did you run the failing command before running gcloud

[google-appengine] Re: Google App Engine is slow to deploy, hangs on "Updating service [someproject]..."

2017-05-02 Thread E EE
The latest attempt to deploy from the browser console resulted in: ERROR: (gcloud.app.deploy) Error Response: [13] Unexpected Error. (The API call stubby.Send() took too long to respond and was cancelled.) Attached the log, nothing jumps out there. -- You received this message because you are

[google-appengine] Re: Google App Engine is slow to deploy, hangs on "Updating service [someproject]..."

2017-05-02 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey E, You should analyze (or sanitize and then attach here) the logs produced by the deployment. You can find the logs location by running 'gcloud info'. Cheers, Nick Cloud Platform Community Support On Tuesday, May 2, 2017 at 3:11:12 PM UTC-4, E EE wrote: > > I am having the same problem in

[google-appengine] Re: Google App Engine is slow to deploy, hangs on "Updating service [someproject]..."

2017-05-02 Thread E EE
I am having the same problem in region US central and a hello world Java app (app engine flexible). This is a tiny app with one servlet that prints hello, it does not get smaller than that. It happens from both my local machine as well as the browser console, using both gradle as well as

Re: [google-appengine] Re: Google App Engine is slow to deploy, hangs on "Updating service [someproject]..."

2017-04-11 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Stanislas, Great to hear. I think you'll be glad you did, from what I see the flexibility and power of kubernetes is something really amazing if you can leverage it. Feel free to post to the kubernetes-users group forum if you

Re: [google-appengine] Re: Google App Engine is slow to deploy, hangs on "Updating service [someproject]..."

2017-04-06 Thread Stanislas Marion
Hi Nick, Thank you so much for your time and detailed explanations. I've been investigating GKE and it seems like it strikes the right balance between speed and convenience, so I'll probably move progressively towards it. Best, On Thu, Apr 6, 2017 at 1:28 AM 'Nick (Cloud Platform Support)' via

Re: [google-appengine] Re: Google App Engine is slow to deploy, hangs on "Updating service [someproject]..."

2017-04-05 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Stanislas, So, I can confirm that my prior investigation and intuitions were on the right track. I can confirm that a majority of deployment lag comes from programming the Google Cloud Load Balancers (GCLB). This is what we've seen in this case. Updates have to go out across the entire

Re: [google-appengine] Re: Google App Engine is slow to deploy, hangs on "Updating service [someproject]..."

2017-03-21 Thread Stanislas Marion
Great, thank you so much for your help, I'll be very interested in the details you'll get from your investigation. On Tue, Mar 21, 2017 at 9:22 PM 'Nick (Cloud Platform Support)' via Google App Engine wrote: > Hey Stanislas, > > The exact explanation

Re: [google-appengine] Re: Google App Engine is slow to deploy, hangs on "Updating service [someproject]..."

2017-03-21 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Stanislas, The exact explanation speculated on in my last post shouldn't be taken as any description of what's necessarily going on, however it was an estimate of what might be happening based on the logs observed. I'm corresponding with experts in this area to get a more clear answer at

Re: [google-appengine] Re: Google App Engine is slow to deploy, hangs on "Updating service [someproject]..."

2017-03-21 Thread Stanislas Marion
Hi Nick, Thanks a lot for the lengthy explanation. In this light, is there anything I can do to speed things up? Like for instance take care of the load-balancer myself? Indeed I don't see a reason why it should need to be changed. Could I do this with GAE or would I have to move to G

Re: [google-appengine] Re: Google App Engine is slow to deploy, hangs on "Updating service [someproject]..."

2017-03-21 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Stanislas, My initial hunch was that the issue was the deployment of other resources necessary to support the containers running. My analysis of deployment-related logs appears to confirm this: I created a simple NodeJS app using your dockerfile and default.yaml. I then pushed the docker

Re: [google-appengine] Re: Google App Engine is slow to deploy, hangs on "Updating service [someproject]..."

2017-03-21 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Stanislas, Thanks for the information. I'll see what I can find out about this and will report back here. Cheers, Nick Cloud Platform Community Support On Tuesday, March 21, 2017 at 6:00:11 AM UTC-4, Stanislas Marion wrote: > > Hi Nick, > My app is based in us-central. > My app is a very

Re: [google-appengine] Re: Google App Engine is slow to deploy, hangs on "Updating service [someproject]..."

2017-03-21 Thread Stanislas Marion
Hi Nick, My app is based in us-central. My app is a very simple nodejs app, that runs an expressjs server. It starts in a few seconds (at most) with the command "node app.js --config config.json" I'm attaching my Dockerfile and default.yaml. Keep in mind that I deploy using the "gcloud app deploy

[google-appengine] Re: Google App Engine is slow to deploy, hangs on "Updating service [someproject]..."

2017-03-20 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Ah, apologies for sending that last message too quick - I'll also need to know roughly the details of your application's contents. How long does it take your code to start up (you can check this by running the container on your own machine, assuming it has stats comparable to the deployment

[google-appengine] Re: Google App Engine is slow to deploy, hangs on "Updating service [someproject]..."

2017-03-20 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Stanislas, Could you let me know which region your app is based in? I'll attempt to reproduce this behaviour and hope to either have a reply explaining a bit of what's going on or else I can file a Public Issue Tracker issue for you to follow as a Feature

[google-appengine] Re: Google App Engine is slow to deploy, hangs on "Updating service [someproject]..."

2017-03-18 Thread Stanislas Marion
Hi Nick, I have tweaked my build so that all the image building is done outside of GAE. After I have pushed my docker image to Google (using gcloud docker -- push gcr.io/...) which takes very little time, it seems like the "Updating service" step takes forever (7-8min) whereas all that is

[google-appengine] Re: Google App Engine is slow to deploy, hangs on "Updating service [someproject]..."

2016-10-03 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Kevin, The speed of deployment can be changed by limiting the size of the uploaded app, limiting the complexity of the build necessary in the Dockerfile, if present, and by ensuring a fast and reliable internet connection. Other than these variables, it's hard to comment on what