Hi here, how can I run same subflow multiple times...
# ask-community
m
Hi here, how can I run same subflow multiple times parallely?
a
m
I tried but subflows are not getting started..they kind of getting stuck
j
If you need parallelization, it’s generally easier to achieve with one flow that uses the Dask or Ray task runners. You just
.submit()
your tasks to them. If that meets your needs, check out this section of the docs on task runners.
m
I need to execute same flow parallelly with a different parameter
I have parallelized the tasks but I also need to execute same flow three time time and that too parallelly with a diff. parameter each time
j
Gotcha. If you can open a bug report issue on GitHub with a minimum reproducible example, that would be helpful and get more eyes on the problem.
231 Views