https://prefect.io logo
a

Ashish Arora

07/31/2020, 7:15 PM
When executing a flow locally, does using .map() with your tasks automatically does the parallelization using different workers(multiprocessing) or we need to use DaskExecutor for that?
n

nicholas

07/31/2020, 7:20 PM
Hi @Ashish Arora - you'll need to use Dask for that 🙂