Open
Description
Hi,
Apologies if I’ve missed it in the documentation.
Would it be possible to explain/illustrate how it would be possible to effectively execute a pipeline, with command_runner
?
Example (made up): zcat in.txt.gz | tee -a out.txt | less
.
I get that there’s a way to create queues, and potentially use those to redirect them to runners, but I don’t quite see a simple way of implementing the above.
Thanks!