[google-appengine] Configure ah-builtin-python-module Idle Instance Count

2017-08-25 Thread Ivan Bulanov
Our app uses *ah-builtin-python-module* for backup. Backups are configured to execute quickly. We noticed that there are several (6) idle instances allocated to *ah-builtin-python-module*. We believe that the high instance count is caused by automatic scaling. The algorithm expects the next spik

[google-appengine] Re: app engine custom domain presented with A, AAAA and CNAME records

2017-08-25 Thread Juan Uys
On Thursday, 24 August 2017 20:59:29 UTC+1, George (Cloud Platform Support) wrote: > > if you choose to use the CNAME record, you are not obliged to fill in the > resource records, and the other way round. > Hi George, what you just said was also my suspicion (using one or the other) but it wa

[google-appengine] Re: app engine custom domain presented with A, AAAA and CNAME records

2017-08-25 Thread 'George (Cloud Platform Support)' via Google App Engine
Main difference is that one is safe to use at the zone apex (ex. naked domain, such as example.com), whereas the other is not. A/ allows you to have the bare domain functional. More detail on the "Comparing Alias and CNAME Records" page

[google-appengine] SOLVED: app engine custom domain presented with A, AAAA and CNAME records

2017-08-25 Thread Juan Uys
OK, I'll switch to CNAME, because it seems that even though there's a performance hit, customers will be given the IP of the load balancer relevant to their location, which is better in the end. Thanks so much for the answers. On Friday, 25 August 2017 14:35:16 UTC+1, George (Cloud Platform Supp

[google-appengine] Re: DNS settings for naked domain in non-US region.

2017-08-25 Thread 'Yannick (Cloud Platform Support)' via Google App Engine
Hello, There should be no need to use other IPs as your application will still serve traffic from the region it was created in. Was that your concern? I also believe this configuration allows for the use of subdomains for your App Engine services. On Thursday, August 24, 2017 at 10:31:26 PM UT

[google-appengine] Google Edge Cache not works for my custom domain by HTTPS in Google App Engine application

2017-08-25 Thread Andrii Chyzh
In Google App Engine application I uses next cache headers: - cache-control: "public, max-age=90" - pragma: "Public" When I doing request by HTTP all works great and with caching: - Response time: 33 ms - New lifetime cache header in response (Age: 24) When I doing request by HTTPS Edge Cac

[google-appengine] Re: Configure ah-builtin-python-module Idle Instance Count

2017-08-25 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Ivan, More detail is needed to properly start an investigation in this issue, especially in what concerns the ah-builtin-python-module. Do you mean ah-builtin-python-bundle? How did you determine that the spinning up of new instances is caused by the backup jobs? Why would the algorith

[google-appengine] Computation timed out when using ee.featureCollection.flatten()

2017-08-25 Thread Daniel Assumpção
I am trying to extract water mask over a Large Collection of rapideye images. I developed this script (https://code.earthengine.google.com/6a931abcec21603afd6b8ada2d2f9db0) , which works perfectly in a small set of images. But when I try to increase the number of images to over 100, I got a me

[google-appengine] Re: Cloud Tasks ETA?

2017-08-25 Thread 'Kenworth (Google Cloud Platform)' via Google App Engine
There is currently no ETA for beta. -- 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+unsubscr...@googlegroups.com. To post to this group, s

[google-appengine] Re: Google Edge Cache not works for my custom domain by HTTPS in Google App Engine application

2017-08-25 Thread 'Kenworth (Google Cloud Platform)' via Google App Engine
The response will not be cached if any of the following are true: 1- It has a Set-Cookie header 2- Its body exceeds 10 MB 3- It has a "Vary" header with a value other than "Accept", "Accept-Encoding", or "Origin" 4- It has a "Cache-Control: no-store", "no-cache", or "private directive". 5- The co

Re: [google-appengine] Re: 502 Bad gateway error

2017-08-25 Thread 'Shivam(Google Cloud Support)' via Google App Engine
Google Groups discussion forum is meant for open-ended discussions. Issues such as these most of the times tend to be project/application specific. I would recommend to post on App Engine public issue tracker . On Wednesday, August 23, 20

[google-appengine] Re: Google Edge Cache not works for my custom domain by HTTPS in Google App Engine application

2017-08-25 Thread Andrii Chyzh
Hi Kenworth, Thank you for answer! I checked all these conditions many times and I not fixed this problem yet. http://project-id.appspot.com - works fine https://project-id.appspot.com - works fine http://custom-domain.com - works fine https://custom-domain.com - not caching I created issue ht

[google-appengine] Re: Computation timed out when using ee.featureCollection.flatten()

2017-08-25 Thread 'Kenworth (Google Cloud Platform)' via Google App Engine
A thread like this is off-topic for Google Groups, and should be posted to StackOverflow . This forum isn't meant for specific 1-on-1 technical issues, but for general discussion of the platform and its services. With StackOverflow