So we have a target: dask/distributed#2235.
We have some issues related to it:
and perhaps less related: #103
I propose as discussed in some of the issues or PR mentioned above to try to fix those issues directly in dask-jobqueue. This will involve duplicating some of the logic of distributed.deploy.Cluster object here, but also give some interesting insights of how to refactor things for dask/distributed#2235.
I propose to do this gradually, and to slowly provides some PR that will fix issues one by one, and also analyse and underline some existing code pieces from the current deploy.Cluster mechanism that should be modified for dask/distributed#2235.
So we have a target: dask/distributed#2235.
We have some issues related to it:
worker_keyfunction in scale outside of adaptive #152: grouped worker and scale_downand perhaps less related: #103
I propose as discussed in some of the issues or PR mentioned above to try to fix those issues directly in dask-jobqueue. This will involve duplicating some of the logic of distributed.deploy.Cluster object here, but also give some interesting insights of how to refactor things for dask/distributed#2235.
I propose to do this gradually, and to slowly provides some PR that will fix issues one by one, and also analyse and underline some existing code pieces from the current deploy.Cluster mechanism that should be modified for dask/distributed#2235.