Description
Currently when a parallel task fails, Taskfile will kill the other running process.
If you have a running a long-running task like terraform, this will break processes and might leave the task in a bad state.
We should have a config or flag to allow the parallel tasks to complete before quitting with error from the failed task.
this is similar to:
#1226
Metadata
Metadata
Assignees
Labels
No labels