https://prefect.io logo
c

Chohang Ng

06/03/2021, 8:44 PM
Does the LocalDaskExecutor use all the cores of the local computer where the flows are registered? So it will find all the independent flows and execute them parallelly? vs LocalExecutor just uses one. Correct?
k

Kevin Kho

06/03/2021, 8:49 PM
all the cores of the local computer where the flows are running. Assuming there are resources, it will run in parallel. Otherwise, you might get Flows that hang or don’t run. LocalExecutor uses one core, yes.
1