Hey guys Is it possible to connect to more than on...
# prefect-community
s
Hey guys Is it possible to connect to more than one Dask cluster as the executor?
c
Hi Sachit - can you explain your use case? I’m not sure using two dask clusters makes sense or provides any benefit over scaling out a single cluster
s
Can specific tasks use a different executor?
c
Not currently - could you elaborate on your use case?
s
Some of our clients need us to run jobs on their own infrastructure, so we were trying to figure out if we can program that kind of behaviour in a Flow
c
You don’t need to configure an executor for that - you could use different agents with different labels to route certain flows to certain execution infrastructure
s
Okay, I'll go through the docs and try to figure it out. Thank you for your time!