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 <sethl...@gmail.com> wrote:
> Thanks!
>
> If under a transaction, are tasks added via batch still constrained to
> 5 per txn?
>
> On Apr 6, 11:53 am, Keith <dunelmt...@googlemail.com> 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 <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 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 google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to