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.
Match Cluster's use of regular methods for scaling
Instead of having coroutines used for `scale_up` and `scale_down`, use regular methods in their place. Move the coroutines into internal spec. This breaks the API of dask-drmaa. However is technically more correct given the Cluster API's current expectations.
- Loading branch information