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

[google-appengine] Re: Is headless Chrome really available on App Engine/Cloud Functions?

2019-08-29 Thread 'Diogo Almeida' via Google App Engine
The link to the article “Introducing headless Chrome support in Cloud Functions and App Engine” is not working and I could not find it anywhere even though the link to it is here

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

[google-appengine] Re: How to add new domain to app engine

2019-08-29 Thread 'Diogo Almeida' via Google App Engine
I just tested on my end and it seems that “projektecommerce.pl” is now mapping to your application. Note that Google Groups is intended only for discussions about the Google Cloud Platform products. For issues like the one you reported here, in case additional investigation is needed, you will

[google-appengine] Re: nginx 502 error

2019-08-29 Thread 'George (Cloud Platform Support)' via Google App Engine
You may check replies and developments in your other, identical posting . -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop

[google-appengine] Re: Nginx 502 Error

2019-08-29 Thread 'George (Cloud Platform Support)' via Google App Engine
You may follow developments in your other, parallel posting . -- 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: Nginx error

2019-08-29 Thread 'George (Cloud Platform Support)' via Google App Engine
502 (BAD GATEWAY) is returned by nginx if it fails to contact your service. This usually happens if your app stopped listening, when instance has been shut down or did not start. Investigation progress depends on information such as: what app engine service is affected by this issue, name of

[google-appengine] Nginx 502 Error

2019-08-29 Thread curvelogics clg
Hi I am Using app engine to explore django rest api. After deploying gcloud app, getting 502 error. Is it the problem in nginx config. Can i edit this manually. Can u please help -- 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-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: How to add new domain to app engine

2019-08-29 Thread Szymon Ciba
Im waiting, but i still can't open my domain projektecommerce.pl. How i can add domain to service? W dniu środa, 28 sierpnia 2019 18:31:57 UTC+2 użytkownik Szymon Ciba napisał: > > Hello, > > I have my engine app here: > http://inplitest.appspot.com/ > > And i want to change my domain from

[google-appengine] Re: How do I calculate how much AppEngine is costing me?

2019-08-29 Thread Jasmine Sultanah
Thanks Diogo. I have read all these links. My question is how do I find out how many cores per hour i'm using, how much memory per hour and how much persistent disk. the app is already running and I can see the dashboards in AppEngine. For example in AppEngine, my memory usage is 800MiB each

[google-appengine] nginx 502 error

2019-08-29 Thread curvelogics clg
A django restframework is deployed in app engine and i got an error 502 nginx bad gateway. Is it possible to edit nginx configuarion manually. how to solve this can u please help me -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To

[google-appengine] Nginx error

2019-08-29 Thread curvelogics clg
Actually i am using django app in flexible app engine with python 3.7 runtime but i get nginx 502 error -- 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] setting headers - X-Frame-Options

2019-08-29 Thread Rajesh Gupta
Hi, I am trying to set X-frame-options headers. I added the following in the appengine-web.xml It is all fine, except for one case. For example, if I am running local and type http://localhost: : Then the headers are not added to the response However,