The Pipeline would be my recommendation.

http://code.google.com/p/appengine-pipeline/

On Apr 4, 4:10 am, Nicholas Verne <nve...@google.com> wrote:
> You could add task 2 from task 1, add task 3 from task 2 etc.
>
> To prevent task2 starting before task1 finishes, set
> max_concurrent_requests to 1 for the queue.
>
> Nick Verne
>
> On Wed, Apr 4, 2012 at 3:37 PM, Leandro Rezende
>
>
>
>
>
>
>
> <leandro.reze...@gmail.com> wrote:
> > im adding 10 taskes at the Queue, but i would like to a Task wait the
> > previous task  finish before it run..
>
> > Example:
>
> >  - Added 10 tasks.
> > - Task 1 Run
> > - Task 1 Finish
> > - Task 2 Begin
> > - Task 2 Finish
> > - Task 3 Begin
> > - ......
>
> > is it possible?
>
> > Leandro
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "Google App Engine" group.
> > To post to this group, send email to google-appengine@googlegroups.com.
> > To unsubscribe from this group, send email to
> > google-appengine+unsubscr...@googlegroups.com.
> > For more options, visit this group at
> >http://groups.google.com/group/google-appengine?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to