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 <[email protected]> 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 [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?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 [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?hl=en.
