wiretrack
01/03/2021, 12:05 AMflow.run(executor=Dask
).
I did however started a Dask Cluster locally, and set the environment variables, as per the docs, but my tasks are still syncronous, and not running in parallel, and I can’t see anything in the dask workers logs. is there anything I should be doing to enjoy the speed and benefits of the parallel and distributed computation?wiretrack
01/03/2021, 1:32 AMexecuter
and the environment
like so:wiretrack
01/03/2021, 1:33 AMpython
```executor = DaskExecutor()
environment = LocalEnvironment(executor)
with Flow('Distributed Flow', environment=environment) as flow:
Zanie
RunConfigs
over environments. https://docs.prefect.io/orchestration/flow_config/run_configs.html