Hi, what about parallel tasks mode. Now there are 2 ways: all sequentially, all parallel
So, what about combination mode, rewrite few lines in go file and make flag parallel to module, not entire config
task1 => task2 => task3 (seq) => task 5 => task6
--------------------=> task 4 (parallel)
Hi, what about parallel tasks mode. Now there are 2 ways: all sequentially, all parallel
So, what about combination mode, rewrite few lines in go file and make flag parallel to module, not entire config
task1 => task2 => task3 (seq) => task 5 => task6
--------------------=> task 4 (parallel)