Daniel
06/18/2024, 3:01 PMNate
06/18/2024, 3:15 PMDaniel
06/18/2024, 3:19 PMNate
06/18/2024, 3:20 PMfoo_task_result = foo_task()
bar_task(foo_task_result)
Daniel
06/18/2024, 3:21 PMDaniel
06/18/2024, 3:22 PMNate
06/18/2024, 3:23 PMAnd I think I’m projected to have 12000+ task runsis that because you're running it 12000 // 8 times?
Nate
06/18/2024, 3:24 PMDaniel
06/18/2024, 3:28 PMDaniel
06/18/2024, 3:29 PMNate
06/18/2024, 3:32 PMit takes approx 212 task runs to run the pipeline on 1 file
Would writing more subflows increase speed?subflows are just functions (like tasks) that group tasks (or other normal python code). im saying that if you can run these functions (that each call your 8 dependent tasks) concurrently, then yeah that would be faster