[google-appengine] Re: Issue with Standard environment(Node.js) automatic scaling

2018-11-17 Thread Nikitha Kamath
Thank you Jorge. On Monday, November 5, 2018 at 7:08:54 PM UTC+5:30, Nikitha Kamath wrote: > > > Hi, > > A Node.js application is deployed in App engine standard environment. In > the app.yaml, automatic scaling is chosen with values given below. However, > when using 'gcloud app deploy', it

[google-appengine] Re: Issue with Standard environment(Node.js) automatic scaling

2018-11-16 Thread 'Jorge A (Google Cloud Support)' via Google App Engine
The parameter values depend on your app as there's no catch-all answer for this. You have to get a feel for it and see; if it's creating too many instances, you might want to upgrade the type of instances or keep more idle instances. If you see that the instances can't catch up with a traffic

[google-appengine] Re: Issue with Standard environment(Node.js) automatic scaling

2018-11-14 Thread Nikitha Kamath
Thank you Dan. Any suggestion on the parameter values that should be set for automatic scaling? On Monday, November 5, 2018 at 7:08:54 PM UTC+5:30, Nikitha Kamath wrote: > > > Hi, > > A Node.js application is deployed in App engine standard environment. In > the app.yaml, automatic scaling is

[google-appengine] Re: Issue with Standard environment(Node.js) automatic scaling

2018-11-14 Thread Henry Pan
Saluting Dan from Sunnyvale, Would you please also advice whether the instance will scale better in GKE ? Thanks in advance Henry Pan On Wednesday, November 14, 2018 at 9:51:28 AM UTC-8, Dan S (Cloud Platform Support) wrote: > > Hello, > > Your instance will be scaled depending on the

[google-appengine] Re: Issue with Standard environment(Node.js) automatic scaling

2018-11-14 Thread 'Dan S (Cloud Platform Support)' via Google App Engine
Hello, Your instance will be scaled depending on the parameter limits first reached. If you have 5 concurrent requests, but reached the Max_pending_latency parameter, for example, then the instance will be scaled. Also, there are some standard values that can spawn your instances[1]. [1]

[google-appengine] Re: Issue with Standard environment(Node.js) automatic scaling

2018-11-10 Thread Nikitha Kamath
Thank you. This issue have been reported in Issue tracker. With the below scaling parameters, when will a new instance get spawned? I mean will it depend on concurrent requests or CPU utilization or pending latency or any other metrics? instance_class: F2 automatic_scaling:

[google-appengine] Re: Issue with Standard environment(Node.js) automatic scaling

2018-11-05 Thread 'Katayoon (Cloud Platform Support)' via Google App Engine
Hi Nikitha, I tried to reproduce the issue by following this quickstart and using your App.yaml file, but it works fine for me. If the issue still persists, I recommend to report it to the Issue Tracker