[google-appengine] Re: Tasks are not issued correctly, causing major malfunction in my ap

2012-04-13 Thread ZeroCool
Thank you very much for the help. The apps have returned to normal state. Lessons learned: be careful to use task queues to spread transactions, either spread them into different queues or simply don't use the method at all. It was a work around before XG transactions. I will use cross group tran

Re: [google-appengine] Re: Tasks are not issued correctly, causing major malfunction in my ap

2012-04-13 Thread ZeroCool
Sorry, I was out of my mind because of user complaints. Just as powera stated, the tasks stayed in the queue because of low throughput. They are now working fine. Cheers. On Friday, April 13, 2012 1:37:21 AM UTC+8, Jeff Schnitzer wrote: > > Please describe the problem in a lot more detail. You'r

[google-appengine] Re: Tasks are not issued correctly, causing major malfunction in my ap

2012-04-12 Thread nischalshetty
Thank you. The execution rate seems to have picked up (still a lot of pending tasks). Hoping it gets cleared soon. I'll update you if the execution rate drops again. Once again, thanks a lot for fixing this. On Friday, April 13, 2012 9:47:08 AM UTC+5:30, powera (App Engine Reliablity) wrote:

[google-appengine] Re: Tasks are not issued correctly, causing major malfunction in my ap

2012-04-12 Thread powera (App Engine Reliablity)
Yes, that's the same problem. It seems to be affecting a very small number of apps right now. I've fixed your app as well as a few others that seem to be having this problem. For other people seeing a similar problem, updating that issue with your app id is probably the fastest way to get resolu

[google-appengine] Re: Tasks are not issued correctly, causing major malfunction in my ap

2012-04-12 Thread nischalshetty
We too are facing the slow task execution rate problem. Tasks are integral to our app. I've logged a production issue here - http://code.google.com/p/googleappengine/issues/detail?id=7337 Anyone else facing the issue please star and leave a comment on the above issue with your app ids. On Fr

[google-appengine] Re: Tasks are not issued correctly, causing major malfunction in my ap

2012-04-12 Thread powera (App Engine Reliablity)
I've looked at the app, and it seems the problem is that the rate of task execution is very low right now and there is a large backlog of pending tasks. I'm testing a fix to pe-server5, if it works I will apply it to the other apps. On Apr 12, 10:37 am, Jeff Schnitzer wrote: > Please describe th

Re: [google-appengine] Re: Tasks are not issued correctly, causing major malfunction in my ap

2012-04-12 Thread Jeff Schnitzer
Please describe the problem in a lot more detail. You're speaking as if we understand what's going on. Nobody does. Fail silently? What does that mean? The tasks don't execute but stay in the queue? The tasks don't get added to the queue? If you want help, you have to do a lot more than say

[google-appengine] Re: Tasks are not issued correctly, causing major malfunction in my ap

2012-04-12 Thread ZeroCool
My apps use transactional tasks to defer transactions across entity groups. This behavior has been working for over a year. >From yesterday, they started to fail silently. Many of my transactions can't complete due to this changed behavior. I know, we now can use cross group transactions. But shoul