Hi. Is it possible to restrict number of parallel ...
# prefect-community
v
Hi. Is it possible to restrict number of parallel map tasks with DaskExecutor?
k
It would be by limiting the number of threads/processes when creating the Executor. We also do have task run concurrency limiting on Prefect Cloud tho
v
But Prefect will use all available threads/processes in the Dask cluster.
I think only second approach will work for me
k
Oh you already have a cluster you just connect to?
v
correct