In python world there isn't a ConcurrentException so I am not familiar. What is it?
On Tue, Apr 19, 2011 at 1:56 AM, Matija <[email protected]> wrote: > Hi Vlad, thank you for your info. I have suspected something like this. > > To be honest, for me bigger problem is task within transaction performance > problem and their concurrent exception than task execution scheduled time. > > I have solved concurrent exception problem and retry interval in a way that > I have implemented my own 'retry' handler. I am using Vince Bonfanti > Deferred implementation and it was easy to catch Concurrent exception and > retry same task few times. > > Problem with this approach is that I have designed almost every task to be > under some GAE reasonable response time, and now because I have more tasks > (so that I could get new instances) I am getting this strange concurrent > exception for some strange scarce gae backbone resource that is not under my > control. > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/google-appengine?hl=en. > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
