Hey
@Alexander van Eck, I have seen people use this flow of flow setup like
@Marwan Sarieddine is suggesting. They then configure each subflow with a different exectuor. If you don’t want to do that route, you probably want to use
Resource Managers . You can spin up and down the cluster configuration you need.
This was also the topic of the Dask Summit keynote where Joe Schmid from SymphonyRM said that they configured Dask clusters at runtime. He used the legacy
DaskCloudProviderEnvironment. I think that flow is flows is really the way to do this now. Resource Manager is good though if you specifically are writing Dask code.