There are a few different communities building tools to deploy Dask on various kinds of resource managers:
These libraries all depend on and extend the central distributed.deploy.Cluster object within this codebase. All of these communities have identified failings within the current implementations and are considering changing their design. This includes features like the following:
- More robust adaptive scaling
- Moving the scheduler to a different node
- JupyterLab extensions
- (probably other things I've forgotten
I thought it might be useful for this group to meet infrequently and maybe coordinate effort. Is this something that would interest the maintainers listed above? I'm thinking about something like an hour-long video meeting in which we identify a few desired features and share constraints on those features.
There are a few different communities building tools to deploy Dask on various kinds of resource managers:
These libraries all depend on and extend the central
distributed.deploy.Clusterobject within this codebase. All of these communities have identified failings within the current implementations and are considering changing their design. This includes features like the following:I thought it might be useful for this group to meet infrequently and maybe coordinate effort. Is this something that would interest the maintainers listed above? I'm thinking about something like an hour-long video meeting in which we identify a few desired features and share constraints on those features.