Hi all,
    I am new to beanstalk and just moving first steps: everything look very 
nice up to now :)
I would like to ask you an advice to manage job dependencies: say for 
example that my application "tasks" can be split into several workers that 
must be run sequentially, for example:

Task id=1: WorkerA --> WorkerB --> WorkerC --> Done.
Taks id=2: WorkerC --> Done.
Taks id=3: WorkerC --> WorkerA --> Done.

etc. The idea is that the output of a Worker is the input of the next one, 
but the real game is that the order is not fixed.
I guess I can build a big "do-all" worker, but this will not scale as 
nicely...

My first idea is to have the N worker create the N+1 job in a common tube, 
passing the application-specific info as payload, so only one tube.

What do you think? Any ideas?  
Thanks!

-- 
You received this message because you are subscribed to the Google Groups 
"beanstalk-talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/beanstalk-talk?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to