When you add 1 task at the time to a queue the dev_server.py executes all of them. Even if one request adds 100 tasks.
If you batch add tasks to a Queue only 1 for every batch is executed automatic. The other tasks sit there waiting to be Run. Is this intended behavior of the dev_server.py? (SDK 1.3.4) Djidjadji -- 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.
