[google-appengine] Re: gcloud app --quite ssh ... still asks to confirm the key fingerprint. cannot be automated

2017-09-28 Thread 'Kamran (Google Cloud Support)' via Google App Engine
Currently there is no equivalent flag of *StrictHostKeyChecking* for "*gcloud beta app instances ssh*" command. I've forwarded your feature request that is opened on this public issue tracker to our engineering team for evaluation. We'll update that

[google-appengine] Re: Slow deployments (NodeJS)

2017-09-28 Thread 'Kenworth (Google Cloud Platform)' via Google App Engine
The command-line (Cl) is waiting for a callback to be able to show the status of the deployment. You can use the '--verbosity' flag set to 'debug' to be able to see more what's happening on the background. I have found these pages of interest about best practices for Docker files

[google-appengine] Re: Error code 202

2017-09-28 Thread COde
I am experiencing this issue as well. Has this been solved? On Thursday, February 19, 2015 at 9:51:29 PM UTC-8, Purushotham Rvv wrote: > > Any update on this issue, we are still experiencing the same problem with > Java but it is random. > > > On Wednesday, 7 March 2012 14:49:15 UTC+5:30,

[google-appengine] Re: Google App Engine - Region

2017-09-28 Thread Hossein Amerkashi
@Kenworth, So we have to deploy/manage another instance of project for Europe region?? Where does the loadbalancing come in play? Is it possible to somehow setup loadbalance which directs traffic to proper region? Thanks On Sunday, September 24, 2017 at 5:50:12 PM UTC-4, Kenworth (Google Cloud

[google-appengine] Re: Removing contents from Appspot.com - Google affiliated hosting service

2017-09-28 Thread 'Kenworth (Google Cloud Platform)' via Google App Engine
Hi Bing, Thank you for your patience. A content can be forcibly taken down only if it violates product policies . Please note that Google is not a mediator of content but only an infrastructure provider. If you suspect the website post violates

[google-appengine] Re: GAE-Flex environment - 502 error when latency grows too high?

2017-09-28 Thread jyang
Thanks for the reply. It seems like the VM health check is contribution to the high ratio of 502 server errors. I've change the liveness_check and readiness_check in the yaml file and it appears to have improved the GAE stability. I will run a few stress tests and see the 502 error comes back.

[google-appengine] gcloud app --quite ssh ... still asks to confirm the key fingerprint. cannot be automated

2017-09-28 Thread gusev
I am trying to call the following command from a cron job on a local machine gcloud --quiet app instances ssh $instance --service MY_SERVICE --version $version -- COMMAND in the case of a freshly deployed instance this fails in cron job, since there is nobody to answer a question RSA key

[google-appengine] Re: Is there a way to get geolocation when the user is behind a proxy?

2017-09-28 Thread 'Yannick (Cloud Platform Support)' via Google App Engine
Hello Alex, Proxies will usually use the X-Forwarded-For header to denote which IP the request originated from. You may do your own geolocation based on that value. As for getting X-AppEngine-Country to use the value of X-Forwarded-For, there is an open request

[google-appengine] Re: Slow deployments (NodeJS)

2017-09-28 Thread Cepit Space
Thanks for the response, While I can understand it's all done on the GCP side. Why does CI need to sit waiting? Another point I wanted to add was that if my code is uploaded with a bug (that causes a panic), the deploy just hangs until I cancel it. On Thursday, September 28, 2017 at 3:57:58

[google-appengine] Is there a way to get geolocation when the user is behind a proxy?

2017-09-28 Thread Alex G
I'm using Varnish (Fastly) between the user and App Engine (flexible). When I read the X-AppEngine-Country header it seems it is getting the IP from the proxy. This happens even when I set app.enable('trust proxy') in Express. Is there a way

[google-appengine] Re: "www.custom-url.com is already mapped to a project" error when trying to point custom domain to App Engine app

2017-09-28 Thread chris
Done- thank you sir. On Thursday, September 28, 2017 at 2:59:01 AM UTC+1, Kenworth (Google Cloud Platform) wrote: > > @Chris Can you send me privately your project-id? > > @Evan Since your case is a newly purchased domain, I recommend you open a > new public issue tracker