[google-appengine] Re: Task Queue Slowness

2016-11-02 Thread 'Nicholas Hanssens' via Google App Engine
Hi John. We've been working through a new bottleneck introduced by a recent performance optimization. Some queues have been experiencing slowdowns. We expect to begin rolling out a fix tomorrow. Can you tell me which app and queue so I can confirm the behavior? - Nick On Wednesday,

Re: [google-appengine] Google has fixed 30 of 707 bugs reported in the past 12 months

2016-11-02 Thread Vinuth Madinur
Wow. So much love for App Engine. On Thu, Nov 3, 2016 at 8:34 AM, pdknsk wrote: > https://code.google.com/p/googleappengine/issues/list? > can=1=opened-after%3Atoday-365=-id > > ^ All 707 (public) bugs reported in the past 12 months. > >

[google-appengine] Google has fixed 30 of 707 bugs reported in the past 12 months

2016-11-02 Thread pdknsk
https://code.google.com/p/googleappengine/issues/list?can=1=opened-after%3Atoday-365=-id ^ All 707 (public) bugs reported in the past 12 months. https://code.google.com/p/googleappengine/issues/list?can=2=opened-after%3Atoday-365=-id ^ 322 are still open.

Re: [google-appengine] Re: Is Datastore lookup-by-key strongly consistent when write is done in Python module and read is done in Java module?

2016-11-02 Thread Jonathan Munson
In this case, it means "overwrite with new value without reading". On Wednesday, November 2, 2016 at 8:52:17 PM UTC-4, pdknsk wrote: > > > At the moment I can't see how to apply transactions. > > It depends on whether update means "read, change value, write back" or > "overwrite with new value

Re: [google-appengine] Re: Is Datastore lookup-by-key strongly consistent when write is done in Python module and read is done in Java module?

2016-11-02 Thread pdknsk
> At the moment I can't see how to apply transactions. It depends on whether update means "read, change value, write back" or "overwrite with new value without reading". -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from

Re: [google-appengine] Re: Is Datastore lookup-by-key strongly consistent when write is done in Python module and read is done in Java module?

2016-11-02 Thread Jonathan Munson
I'll have to think more about this. At the moment I can't see how to apply transactions. Here is the sequence of operations: - Browser sends update request to Python module, including key of entity to update. - Python module performs update using entity key, and sends response. - Upon receiving

[google-appengine] Re: Unable to upload images on my webpage deployed in google app engine.

2016-11-02 Thread 'Alex (Cloud Platform Support)' via Google App Engine
Hi Gurpreet, Based on the assumption that you were deploying a Python27 runtime Static Website on App Engine, I was able to successfully upload two images(in png and jpg format) by following this tutorial

[google-appengine] Using gcloud instead of the GAE SDK to develop GAE standard

2016-11-02 Thread PK
Is the gcloud toolchain now in parity with the GAE SDK tools? It seems that gloud is the future and I am considering switching my environment over but want to (1) confirm and (2) see if there are any gotchas that others run into. Thanks, PK p...@gae123.com -- You received this message

[google-appengine] Re: Getting class not found exception in POST method

2016-11-02 Thread 'Jordan (Cloud Platform Support)' via Google App Engine
Hey Sucheta, It seems like you are missing the actual Jackson library . If you experience any further issues after performing this recommendation, you can provide details about your setup and stack trace to Stack Overflow

Re: [google-appengine] Re: Dynamic compilation in appengine flexibile environment

2016-11-02 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Vinay, You can use our documentation (this article, "Hello World! for Custom Runtimes ", shows an example Dockerfile) and the docs.docker.com Dockerfile reference

[google-appengine] Task Queue Slowness

2016-11-02 Thread John Wheeler
Is anyone experiencing task queue slowness as of about Nov 1st, 6PM PT? I have a queue that has a 500/min rate, with Bucket Size 10, and Max Concurrent of 16. For 5 years, it's run without problems (other than any announced ones). For the last 12 hours it's been pushing at 1/5th the normal

[google-appengine] How to edit and deploy APP Engine source code Using Google Cloud Shell’s new code editor?

2016-11-02 Thread Dhandapani Sattanathan
I deployed my PHP app using Google App Engine Launcher to GCP app engine. I connected Google Cloud Shell’s of my existing GAE. I couldn’t cd to the existing source code folder. But new folder, file I can create and edit the source code. 1.Why another member of GCP couldn’t see my folder and