task-spooler icon indicating copy to clipboard operation
task-spooler copied to clipboard

Feature request: Make a job dependent on multiple IDs

Open schollm opened this issue 10 years ago • 4 comments
trafficstars

I have some jobs that require multiple jobs, which can be run in parallel, to finish first. For this I would like to be able to make a job dependent on multiple IDs, i.e.

$ ts prerequisite 1 3 $ ts prerequisite 2 4 $ ts -D 3,4 final 5 Job 5 should only start when both prerequisites are finished.

schollm avatar May 21 '15 16:05 schollm

Sorry, you may try to contact the author, this is just a fork to support GNU/autotools.

xenogenesi avatar May 21 '15 16:05 xenogenesi

@michascholl Did you ping him? I can see this being a very useful feature.

liquidmetal avatar Sep 19 '15 21:09 liquidmetal

Any news about? ts -w 3 && ts -w 4 doesn't work?

xenogenesi avatar Nov 22 '16 10:11 xenogenesi

@schollm @liquidmetal @xenogenesi Maybe its been late for 5 years but I have a fork that supports this feature here.

justanhduc avatar Feb 06 '21 06:02 justanhduc