[google-appengine] Re: Instance issues

2013-03-03 Thread vlad
Forgot to mention I have a task chain running every 90 sec. Many of the loading requests occur when running those tasks. On Sunday, March 3, 2013 8:53:19 PM UTC-8, vlad wrote: > > I am using python 2.7, threadsafe=yes, all pref settings = default > Instances rarely live beyond a few minutes caus

[google-appengine] Re: Instance issues

2013-03-03 Thread vlad
I am using python 2.7, threadsafe=yes, all pref settings = default Instances rarely live beyond a few minutes causing lots of loading requests. I have not yet turned billing on. I wonder if this is specific to FREE apps. I have a different paid app which seems to be ok. -- You received this mes

[google-appengine] How to use ndb key with integer_id?

2013-03-03 Thread 张沈鹏
I see the document https://developers.google.com/appengine/docs/python/ndb/keyclass#Key_integer_id Returns the integer id in the last (kind, id) pair, or None if the key has an string id or is incomplete. see I think the id of a key can be a int ; so I write r = ndb.Key(UserSession, int(

[google-appengine] Blob vs stored data

2013-03-03 Thread victortrot
Hello, I am very new to Google app engine, I had a few questions regarding storage which I was not able to answers for in the documents. First question I had was regarding the quota for BLOBS. -The quota states a 5GB limit for BLOBS, but notes BLOBS count toward the Stored Data quota of 1GB,

Re: [google-appengine] Re: Outage - Python 2.7, HRD. CloudSQL

2013-03-03 Thread Philip Kilner
Hi John, On 03/03/13 16:01, johnP wrote: There are lots of posts lately about bad serving performance across many configurations. There have also lots of posts questioning why Google has not acknowledged any of the posts. All true. It's probably worth mentioning out that this is a simple CR

Re: [google-appengine] Re: Outage - Python 2.7, HRD. CloudSQL

2013-03-03 Thread johnP
There are lots of posts lately about bad serving performance across many configurations. There have also lots of posts questioning why Google has not acknowledged any of the posts. There are clearly serving issues. There is clearly no reaction, over an extended period of time. On Sunday,

Re: [google-appengine] Re: Outage - Python 2.7, HRD. CloudSQL

2013-03-03 Thread Philip Kilner
Hi All, My app has now been down for 48 hours, and since no-one else here seems to have the same issue or severity, so have posted a production issue here: - https://code.google.com/p/googleappengine/issues/detail?id=8918 If you /do/ have the same issue, please star! -- Regards, PhilK