Hello again - I would like to parallelize a `task,...
# ask-community
i
Hello again - I would like to parallelize a
task, make_node
in a
LOOP
. The current implementation is a
task
that sits inside a
Flow
wrapped up in a
looped
task
. I tried some quick stabs at the
Dask Executor
. Errors arose. Is there a better pattern to achieve parallelizing
make_node
? Thanks