This repository has been archived by the owner on Feb 10, 2021. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The `_retire_workers` method seems to largely duplicate the same in `distributed`'s `Adaptive`. So just go ahead and drop our implementation. This was tried before, but didn't work do to duplicate `retire_workers` calls to the `Scheduler` in both `Adaptive._retire_workers` and `DRMAACluster.scale_down`. However as the behavior of `DRMAACluster.scale_down` has now been corrected, it should now be possible to drop our implementation of `Adaptive._retire_workers`. Hence we now do drop it here.
- Loading branch information