[google-appengine] Re: Production SDK stuck at 1.9.48?

2017-03-02 Thread Kaan Soral
Just checked gcloud myself, compared to appcfg, I really really like the examples, as in the past, the GUI approach was spammy and insufficient, I like the new CLI based approach, and the documentations seem adequate too (Feedback: You seriously need to send emails when changes happen, new

[google-appengine] Are requirements.txt entries for Python Flex service installed upon deployment, or upon scaling?

2017-03-02 Thread Nickolas Daskalou
Hi, For Python runtimes on App Engine flex, are the entries in requirements.txt installed by pip during the deployment process (and then stored in a saved image, whereby that image is then simply duplicated when needing to scaling

[google-appengine] App Engine Flex "Error: Server Error" occurs often, how to find cause?

2017-03-02 Thread Nickolas Daskalou
Hi, If we hit our Flexible environment service (Python 3 runtime) with a relatively low concurrency level using ApacheBench, we get this returned more often than not: Error: Server ErrorThe server encountered a temporary error and could not complete your request. Please try again in 30 seconds.

[google-appengine] Re: Datastore String length limit of 1,500 bytes when using JDO

2017-03-02 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Jim, Do I understand correctly that you only see the issue when you attempt to index the field - or what's the same thing - it doesn't occur when you turn the field's indexing off? Cheers, Nick Cloud Platform Community Support On Thursday, March 2, 2017 at 1:26:02 PM UTC-5, Jim wrote: >

Re: [google-appengine] GAE custom domain redirect from naked to www

2017-03-02 Thread Zdenko Hrcek
I'm not sure, I didn't use webapp framework On Thursday, March 2, 2017 at 11:00:10 PM UTC+1, krisrak wrote: > > will that DomainRoute work for webapp framework (not webapp2) ? > > On Thursday, 2 March 2017 13:40:34 UTC-8, Zdenko Hrcek wrote: >> >> I wrote short article about redirection >>

Re: [google-appengine] Re: App engine Flex: "an upstream response is buffered to a temporary file"

2017-03-02 Thread Nickolas Daskalou
Thanks for your reply Alex. I will have a read of those links and let you know if I have any other questions. Nick On 3 March 2017 at 07:58, 'Alex (Cloud Platform Support)' via Google App Engine wrote: > Hi Nickolas, > > A good overview of the NGINX

[google-appengine] Re: GAE PHP - Vulnerability patching strategy?

2017-03-02 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Tommie, As usual, we can't speak on any specific timeline for the Flexible Environment going from Beta into General Availability. It definitely depends on what work remains to be done, any unexpected technical problems to solve, etc. As for the PHP runtime and CVE's, I've forwarded this

Re: [google-appengine] GAE custom domain redirect from naked to www

2017-03-02 Thread krisrak
will that DomainRoute work for webapp framework (not webapp2) ? On Thursday, 2 March 2017 13:40:34 UTC-8, Zdenko Hrcek wrote: > > I wrote short article about redirection > https://www.the-swamp.info/blog/google-app-engine-redirection-naked-domain-www/ > > and also set github example repository

Re: [google-appengine] GAE custom domain redirect from naked to www

2017-03-02 Thread Zdenko Hrcek
I wrote short article about redirection https://www.the-swamp.info/blog/google-app-engine-redirection-naked-domain-www/ and also set github example repository https://github.com/zdenulo/gae_redirection. Hope it helps. Zdenko On Thursday, March 2, 2017 at 10:36:44 PM UTC+1, krisrak wrote: > >

Re: [google-appengine] GAE custom domain redirect from naked to www

2017-03-02 Thread krisrak
how did u solve, post the code On Monday, 16 January 2017 02:03:02 UTC-8, Zdenko Hrcek wrote: > > Hi Nick, > > Thanks for answer. > I've solved it by redirecting in webapp2 app. > > Zdenko > > On Monday, January 16, 2017 at 1:41:54 AM UTC+1, Nickolas Daskalou wrote: >> >> Hi Zdenko, >> >> You'll

[google-appengine] Re: App engine Flex: "an upstream response is buffered to a temporary file"

2017-03-02 Thread 'Alex (Cloud Platform Support)' via Google App Engine
Hi Nickolas, A good overview of the NGINX buffering mechanism can found on this third-party website . As described, “When buffering of responses from the proxied server is enabled, and the whole response

Re: [google-appengine] Re: What Servlet API?

2017-03-02 Thread 'Les Vogel' via Google App Engine
Hi Joshua, It's my understanding that if you include 2.5 of the Servlet API it will also work on GAE Flex for Java (which uses Jetty 9.x). The API's are compatible as 3.1 is about using annotations (for the most part). Ramki mentioned Java 8 for GAE Standard -- that will support 3.1 and Jetty

[google-appengine] Re: Production SDK stuck at 1.9.48?

2017-03-02 Thread Peter K
Hi George: can you please expand what you mean by this that does not parse for me? "The discrepancy in app engine release numbers appears of little consequence to an outsider, seen that you plan to anyhow start using the Cloud SDK in a couple of weeks." wrt the Cloud SDK tool, a few months

Re: [google-appengine] Re: What Servlet API?

2017-03-02 Thread 'Amir Rouzrokh' via Google App Engine
Hey guys, This is Amir Rouzrokh, GAE Product Manager. Hi Joshua, apologies for the mixed message. Standard and Flexible environments are both fully supported on App Engine and we can help you with your issues on both and should you decide to migrate from one to the other (either flex to

[google-appengine] Datastore String length limit of 1,500 bytes when using JDO

2017-03-02 Thread Jim
When I attempt to write a Datastore string longer than 1,500 bytes via JDO I get the following error: "String properties must be 1500 bytes or less. Instead, use com.google.appengine.api.datastore.Text, which can store strings of any length." I've annotated my class to turn indexing off on

Re: [google-appengine] Google Code issue trackers read-only

2017-03-02 Thread Joshua Smith
…after the migration, the issue tracker will return to being write-only. ;) > On Mar 2, 2017, at 12:22 PM, 'Jesse Scherer (Google Cloud Support)' via > Google App Engine wrote: > > Greetings all, > > We're marking the Google Code App Engine project

[google-appengine] Google Code issue trackers read-only

2017-03-02 Thread 'Jesse Scherer (Google Cloud Support)' via Google App Engine
Greetings all, We're marking the Google Code App Engine project read-only in order to perform the migration to Google Issue Tracker , which will replace Google Code as the backend for

Re: [google-appengine] Re: Custom domain redirecting to appspot URL

2017-03-02 Thread 'Lorne Kligerman' via Google App Engine
Great, I'm glad you're in the clear! The appspot-preview.com will continue to work for the foreseeable future. Cheers, Lorne. On Thu, Mar 2, 2017 at 7:38 AM, Nickolas Daskalou wrote: > Thanks Lorne, I can confirm it's working as expected now for our app > (that is, visiting

Re: [google-appengine] Re: Custom domain redirecting to appspot URL

2017-03-02 Thread Nickolas Daskalou
Thanks Lorne, I can confirm it's working as expected now for our app (that is, visiting appspot.com URLs for a Flex service no longer redirects to appspot-preview.com). Just a heads up that the appspot-preview.com URLs still work fine too. Is this something which will be turned off eventually?

Re: [google-appengine] Re: Custom domain redirecting to appspot URL

2017-03-02 Thread 'Lorne Kligerman' via Google App Engine
If you haven't already noticed the lack of a redirect for your app, it should happen very soon. Thanks! On Mar 2, 2017 3:42 AM, "Nickolas Daskalou" wrote: > Hi Josh and other Googlers, > > How's this going? Do you have an update or an ETA? > > Nick > > > On 28 February 2017

[google-appengine] Google App Engine - Receive Email from gmail and parse it

2017-03-02 Thread MANIKANDAN S
I am wondering whether Flask app in Google App Engine Production server can receive email with attachment from gmail or any other third party. As I am having a requirement now that I would receive a email with csv attachment, need to parse it - take the decision and change the content on

[google-appengine] Re: GAE PHP - Vulnerability patching strategy?

2017-03-02 Thread Tommie
Hi Nick, Thanks for getting back to us. Our main concern is that current PHP-version is so far behind the current "state the art", especially since the current version on AppEngine is from 31 Mar 2016. Which means that we're slowly crawling up on one full year without any updates. Which is a

[google-appengine] App engine Flex: "an upstream response is buffered to a temporary file"

2017-03-02 Thread Nickolas Daskalou
Hi all, We're using App Engine Flexible environment, python 3 runtime. We are seeing a lot of these entries in the nginx.error log: an upstream response is buffered to a temporary file Is this normal behaviour or is there something wrong with Flex? Our instances do restart quite a lot,

Re: [google-appengine] Re: Custom domain redirecting to appspot URL

2017-03-02 Thread Nickolas Daskalou
Hi Josh and other Googlers, How's this going? Do you have an update or an ETA? Nick On 28 February 2017 at 04:21, 'Josh Moore' via Google App Engine < google-appengine@googlegroups.com> wrote: > This thread is the best place for the most up to date information on this > issue right now and

Re: [google-appengine] Re: State of Java 8 on App Engine (not the flexible env)

2017-03-02 Thread Rajesh Gupta
Our company is now looking java appengine endpoints frameworks (endpoints version 2.0), after working with endpoints 1.0 for long time In the quickstart https://cloud.google.com/endpoints/docs/frameworks/java/quickstart-frameworks-java The documentation is mentioning about java 8 download. What