Thanks! If under a transaction, are tasks added via batch still constrained to 5 per txn?
On Apr 6, 11:53 am, Keith <[email protected]> wrote: > Fromhttp://code.google.com/appengine/docs/java/javadoc/com/google/appengi... > > add(java.lang.Iterable<TaskOptions> taskOptions) > Submits tasks to this queue. > > On Apr 6, 9:54 am, Seth Ladd <[email protected]> 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 the above mean, and where can I find more information about it? > > I'd like to be able to add "many" tasks in a batch, if that's > > possible. > > > I am aware of the "5 tasks per transaction" limit. > > > Thanks! > > Seth -- 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.
