Re: [appengine-java] Re: Adding Task-Queue Tasks in Batch?

2010-04-08 Thread Seth Ladd
Exactly what I am doing now, thanks. :) On Thursday, April 8, 2010, Keith dunelmt...@googlemail.com wrote: I think the five limit still applies. If you want to run more than five you could run five tasks and structure them to enqueue further tasks once they run. On Apr 8, 4:41 am, Seth Ladd

[appengine-java] Re: Adding Task-Queue Tasks in Batch?

2010-04-07 Thread Seth Ladd
tasks to this queue. On Apr 6, 9:54 am, Seth Ladd sethl...@gmail.com wrote: Aloha, The docs for the Java implementation of the Task Queue mentions this: maximum number of tasks that can be added in a batch - 100 However, I can't find any reference to adding tasks in a batch.  What does

[appengine-java] Adding Task-Queue Tasks in Batch?

2010-04-06 Thread Seth Ladd
Aloha, The docs for the Java implementation of the Task Queue mentions this: maximum number of tasks that can be added in a batch - 100 However, I can't find any reference to adding tasks in a batch. What does the above mean, and where can I find more information about it? I'd like to be able