My code attempts to enqueue a new task within a transaction that
happens inside a task handler. Basically, I'm trying to enforce strict
serial handling by the tasks, so I have my task, as the last thing it
does, enqueue another task to the same url (but with a different name,
because I let appengine generate a random name).

When I first enqueue the task, it is from within a Post that is
generated from a client application. This first task execution works
correctly (it processes a bunch of work successfully), but then an
exception is thrown when it tries to enqueue another task to continue
the work. Am I simply doing something that is not allowed? I've looked
through the docs, but I don't see anything conclusive.

Thanks for your help.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to