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 th

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 20

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 u

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 confi

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 th

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 a

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 thread

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 Engine"

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. Isn't this going to conflict

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 ev

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 and

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 ap

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 deploy

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 "time

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 for

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 for

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 wrote: > +1 -

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 slow.

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, 1

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 gen

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). Lang

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 waited for several minutes

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 > > server: jetty9 > > > Signi

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 info

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 githu

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

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 have

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 Goo

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 infr

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 speculated on in my last post shouldn't be ta

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 th

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 Container/Com

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 i

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 s

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 d