I ran some tests again, and the results were now much better. I was able to get something like 160-200 executions / queue / seconds. I guess it won't get any better because tasks write to the datastore...
To answer your question: The tasks are really simple, usually load 1 or 2 entity from the datastore and modifies 1 or 2 properties. That's all. It should be done in a few milliseconds. An example queue definition: <queue> <name>someName</name> <rate>100/s</rate> <bucket-size>100</bucket-size> <max-concurrent-requests>1</max-concurrent-requests> </queue> -- 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 [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-java?hl=en.
