-
-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fea/update-worker #140
fea/update-worker #140
Conversation
Thanks for this @quasiben. I was able to use this pr to spin up dask-cuda workers using the Side question (not directly related to the PR): Is it possible to spin up workers on the main (master) node as well? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks great to me!
I'm not super familiar with this project so asked a couple of questions, but feel free to dismiss them.
Thanks for the comments @jacobtomlinson ! |
5414acc
to
b08b8dd
Compare
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