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 region (from `us-central` to `eu-west`)
- using the `no-promote` option
- using `manual_scaling: instances: 1` in the app.yml config file

I've noticed it's a single operation that hangs : 
```
$ gcloud app operations describe [..]
metadata:
  '@type': type.googleapis.com/google.appengine.v1.OperationMetadataV1
  ephemeralMessage: Waiting for instances to become available for serving 
traffic.
  insertTime: '2017-08-21T18:28:21.531Z'
  method: google.appengine.v1.Versions.CreateVersion
  target: [..]
  user: [..]
name: [..]
```
 
when it does complete, after 5 to 30 minutes, and I check back the 
operation with the same CLI command, I see an endTime ~= insertTime + 10s. 
So I'm guessing there's a buggy delay in the callback that marks the 
operation as completed. 

Hope that can help ! This is completely ruining my first experiences with 
GAE :/

(FYI, I'm using a Python Flexible Environment 3.6, I guess my next steps 
are trying with a standard environment, and/or trying with python 2.7)

Le mercredi 16 août 2017 15:53:08 UTC+2, Gunar Cassiano Gessner a écrit :
>
> 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.
>
>

-- 
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/236142cb-a985-403d-8f43-2c9eb08de732%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to