Open fjukstad opened 6 years ago
Downstream pipeline steps does not wait for previous step if they are not using the same variables in the pipeline cmd. E.g. step b depends on step a, where step a is run in parallel with some variables not used in step b.
cmd
b
a
Downstream pipeline steps does not wait for previous step if they are not using the same variables in the pipeline
cmd
. E.g. stepb
depends on stepa
, where stepa
is run in parallel with some variables not used in stepb
.