Currently [our `_retire_workers` implementation]( https://github.com/dask/dask-drmaa/blob/ed71052280689dd6dc786b425f77c75c00db5b36/dask_drmaa/adaptive.py#L98-L113 ) implementation deviates from [Distributed's `_retire_workers` implementation]( https://github.com/dask/distributed/blob/1.21.4/distributed/deploy/adaptive.py#L208-L224 ). Would be nice if we could bring them back into correspondence and/or eliminate our copy of `_retire_workers` entirely in favor of the `Adaptive` base class implementation. ref: https://github.com/dask/dask-drmaa/pull/63#pullrequestreview-105608839
Currently our
_retire_workersimplementation implementation deviates from Distributed's_retire_workersimplementation. Would be nice if we could bring them back into correspondence and/or eliminate our copy of_retire_workersentirely in favor of theAdaptivebase class implementation.ref: #63 (review)