Closed quasiben closed 3 years ago
Thanks for this @quasiben. I was able to use this pr to spin up dask-cuda workers using the worker_class
argument. Is there any more work needed here before it can be reviewed/merged?
Side question (not directly related to the PR): Is it possible to spin up workers on the main (master) node as well?
Thanks for the comments @jacobtomlinson !
Thanks merging in and we'll release shortly
PR replaces usage of
Nanny
in the worker withdask_spec
. Usingdask_spec
users can can defineworker_classes
andworker_options
in an effort to mimic the style of deployment leveraged in dask-cloudprovider