[google-appengine] Re: HR down?

2011-11-23 Thread bFlood
the instance serving warnings are: "Request was aborted after waiting too long to attempt to service your request. This may happen sporadically when the App Engine serving cluster is under unexpectedly high or uneven load. If you see this message frequently, please contact the App Engine team." u

[google-appengine] Re: HR Down?

2012-01-05 Thread bFlood
seems to be back up now. for the record, that was about 10-15 mins of nothing working. Python27, threadsafe=false, HR cheers brian On Jan 5, 10:31 am, bFlood wrote: > suddenly lots of "The API call datastore_v3.Get() took too long to > respond and was cancelled" and "The API call user.CreateLog

Re: [google-appengine] Re: HR down?

2011-11-23 Thread Will
Same here. HR, python 2.7, threadsafe:false. Over 10K DEEs, seems back to normal about an hour ago. A similar incident happened on last Monday I believe. Will On Wed, Nov 23, 2011 at 7:10 AM, bFlood wrote: > the instance serving warnings are: > > "Request was aborted after waiting too long to

Re: [google-appengine] Re: HR down?

2011-11-23 Thread Anand Mistry
What are your apps that are being affected? -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/KVcMX9J_94UJ. To post to this group, send email to goog

Re: [google-appengine] Re: HR down?

2011-11-23 Thread Will
Mine are mostly datastore writes. When writes time out, I put them into a task queue, and then putting into task queue times out, typically you see this error: CancelledError: The API call taskqueue.BulkAdd() was explicitly cancelled. Sometimes I saw just a "DeadlineExceededError" without other

RE: [google-appengine] Re: HR down?

2011-11-23 Thread Brandon Wirtz
being in read-only mode but it isn't happy about it. From: google-appengine@googlegroups.com [mailto:google-appengine@googlegroups.com] On Behalf Of Will Sent: Wednesday, November 23, 2011 8:59 AM To: google-appengine@googlegroups.com Subject: Re: [google-appengine] Re: HR down? Sam