Re: [google-appengine] Re: App Engine doesn't downscale when CPU utilisation is below target_utilization

2020-07-20 Thread wesley chun
This question only applies to Flex users . According to the documentation , health check HTTP requests are *not* sent to the

Re: [google-appengine] Re: App Engine doesn't downscale when CPU utilisation is below target_utilization

2020-07-19 Thread tz martin
Does anyone know if potential health check settings (liveness_check or readiness_check) are as requests that would prevent downscaling instances? Wondering if health check "bursts" would keep one or all instances alive. On Tuesday, September 3, 2019 at 2:52:21 PM UTC diogoa...@google.com

Re: [google-appengine] Re: App Engine doesn't downscale when CPU utilisation is below target_utilization

2019-09-03 Thread 'Diogo Almeida' via Google App Engine
You can use the App Engine custom runtime to deploy an application in any language. I did not find any documents about Angular 8, but as a starting point you could take a look at this tutorial for deploying Angular 6

Re: [google-appengine] Re: App Engine doesn't downscale when CPU utilisation is below target_utilization

2019-09-03 Thread chuda mani
hi i need a suggestion , i have to deploy angular 8 application with apache server in gcp app engine..is it possible?..if so please forward any reference documents..thank you -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To

Re: [google-appengine] Re: App Engine doesn't downscale when CPU utilisation is below target_utilization

2019-08-30 Thread 'Diogo Almeida' via Google App Engine
In that case, you are already using all the app.yaml parameters made available for the flexible environment. On Friday, August 30, 2019 at 12:38:10 AM UTC-4, Harshit Dwivedi wrote: > > Thanks but

Re: [google-appengine] Re: App Engine doesn't downscale when CPU utilisation is below target_utilization

2019-08-29 Thread Harshit Dwivedi
Thanks but this seems to be available only for the Standard environment. I'm currently using Appengine in the flex environment. On Fri, Aug 30, 2019, 7:21 AM 'Diogo Almeida' via Google App Engine < google-appengine@googlegroups.com> wrote: > Other than the parameter you are already using, I

Re: [google-appengine] Re: App Engine doesn't downscale when CPU utilisation is below target_utilization

2019-08-29 Thread 'Diogo Almeida' via Google App Engine
Other than the parameter you are already using, I recommend you check how auto scaling services use dynamic instances and the parameter you can use in the app.yaml. On Thursday, August 29, 2019 at 12:36:08 PM

Re: [google-appengine] Re: App Engine doesn't downscale when CPU utilisation is below target_utilization

2019-08-29 Thread Harshit Dwivedi
Thanks George for the explanation. Is there a way I can tweak the autoscaling params for my appengine flex deployment? As far as I can see, it only allows me to modify the scaling based on the CPU utilization. On Thu, Aug 29, 2019 at 4:46 AM 'George (Cloud Platform Support)' via Google App

[google-appengine] Re: App Engine doesn't downscale when CPU utilisation is below target_utilization

2019-08-28 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Harshit, You seem to imply that downscaling depends strictly on CPU utilization levels. This is in fact not exactly the case, there are more factors involved; following policies may be adopted: - Average CPU utilization (not identical to target utilization) - HTTP load balancing serving