Re: [google-appengine] Urgent: task queue creation errors all over the logs

2012-12-18 Thread Christina Ilvento
Hi All, We had an issue this morning from about 9:30 to 10:40 this morning that caused transient errors when adding tasks to task queue (noted on our status site: http://code.google.com/status/appengine/detail/taskqueue/2012/12/18#ae-trust-detail-taskqueue-add-latency). This issue was picked up by

Re: [google-appengine] Urgent: task queue creation errors all over the logs

2012-12-18 Thread Bay
And what was the problem? The tracker issue you are referring to is 26 hours (!) old. Does this mean it took you guys 26 hours to realise this issue? Is this normal, and how are we supposed to interpret this lack of information? On Tuesday, December 18, 2012 8:03:32 PM UTC+1, Johan Euphrosine (

Re: [google-appengine] Urgent: task queue creation errors all over the logs

2012-12-18 Thread Johan Euphrosine
The following message has been posted to the status site: """ The problem with the Google App Engine Task Queue API should be resolved as of 10:40 AM US/Pacific time. Applications should now be able to add tasks normally, although some applications may continue to see elevated latency for a short w

Re: [google-appengine] Urgent: task queue creation errors all over the logs

2012-12-18 Thread PK
Hi Bay, my experience is similar... Could somebody from Google comment if this URL is still the best place for production issues for those of us who do not have premier support yet? Thanks, PK On Dec 18, 2012, at 10:44 AM, Bay wrote: > Well maybe its just me but in my experience the referred

Re: [google-appengine] Urgent: task queue creation errors all over the logs

2012-12-18 Thread Johan Euphrosine
The issue has been Acknowledged on the public issue tracker: https://code.google.com/p/googleappengine/issues/detail?id=8563 And the incident has been advertised on the status site: https://code.google.com/status/appengine/detail/taskqueue/2012/12/18#ae-trust-detail-taskqueue-add-latency On Tue

Re: [google-appengine] Urgent: task queue creation errors all over the logs

2012-12-18 Thread Bay
Well maybe its just me but in my experience the referred issue-tracker is not followed on a minute-to-minute basis and therefore unsuitable for anything other than feature requests... On Tuesday, December 18, 2012 7:42:38 PM UTC+1, PK wrote: > > You can still add a production issue, I attach the

Re: [google-appengine] Urgent: task queue creation errors all over the logs

2012-12-18 Thread PK
You can still add a production issue, I attach the URL. http://code.google.com/p/googleappengine/issues/entry?template=Production%20issue I just added production issue 8571 for this, star it and add your appid... PK http://www.gae123.com On Dec 18, 2012, at 10:26 AM, Bay wrote: > Further to t

[google-appengine] Urgent: task queue creation errors all over the logs

2012-12-18 Thread Bay
Further to this the report production issue has disappeared from admin console. Reporting service crucial errors such as this in a community google group is hardly the optimal solution. Please allow a much easier solution. -- You received this message because you are subscribed to the Google Gr

Re: [google-appengine] Urgent: task queue creation errors all over the logs

2012-12-18 Thread Martin Ceperley
Same here. On Dec 18, 2012, at 1:10 PM, Bay wrote: > Around 15 minutes ago app engine began throwing errors on task queue > creation. This is the error: > > > taskqueue.Queue('presence-write').add(taskqueue.Task(url='/worker/writeuserpresence', > params=dict(profile_id="%s" % profile.key

Re: [google-appengine] Urgent: task queue creation errors all over the logs

2012-12-18 Thread PK
We see the same thing. This needs urgent attention and postmortem. PK On Dec 18, 2012, at 10:10 AM, Bay wrote: > Around 15 minutes ago app engine began throwing errors on task queue > creation. This is the error: > > > taskqueue.Queue('presence-write').add(taskqueue.Task(url='/worker/wri

[google-appengine] Urgent: task queue creation errors all over the logs

2012-12-18 Thread Bay
Around 15 minutes ago app engine began throwing errors on task queue creation. This is the error: 1. 1. taskqueue.Queue('presence-write').add(taskqueue.Task(url='/worker/writeuserpresence', params=dict(profile_id="%s" % profile.key().id( File "/base/pyt