Possible to force execution of a specific task, but not its dependencies?
I have a task that runs a data processing pipeline, which has two dependencies for downloading data it utilizes.
I'd like to use the sources / generates options, but to also be able to force a resume of this pipeline if needed. However, if I run the task with
--force
, that also triggers the download dependencies as well.
Is there a way around this?Solution:Jump to solution
Found the answer to my question. There is currently an experimental feature for this: https://taskfile.dev/experiments/gentle-force/
1 Reply
Solution
Found the answer to my question. There is currently an experimental feature for this: https://taskfile.dev/experiments/gentle-force/