I have the following pattern: In the same module, a user driven HTTP request, triggers a task A which in turn starts a number of tasks A1, A2,... and then waits until they finish before proceeding (it sleeps and polls a memcache key to determine completion). This works fine in production but in the development server task A blocks indefinitely waiting while the tasks A1,A2,… are never scheduled. I experimented with adding the tasks in a queue served by another module, this did not help either.
The module is in python, latest SDK. Before filing a bug, I am wondering is this a known limitation or a bug of the development server? Thanks, PK http://www.gae123.com -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/d/optout.
