Hi Joshua, Thanks for the feedback and apologies for the slow reply. I'd like to see if I can get more details on what was going on in this particular case to see if we can offer an error message which is more clear. Could you send me your app ID and the task data which is being enqueued? Also, are you setting a task name for these new tasks? If you want a task to be added just once, you can choose a name which should help reduce the chances of runaway contention. Depending on your design, this might be a good solution.
http://code.google.com/appengine/docs/python/taskqueue/overview.html#Worker_URLs_and_Task_Names Also, what does your code look like when you retry task insertion? Do you retry with the same task object? Thank you, Jeff On Wed, Jul 29, 2009 at 10:59 AM, Joshua Smith <[email protected]> wrote: > > Am I asking this question on the right group? The silence from google > is deafening here! > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
