-
Notifications
You must be signed in to change notification settings - Fork 92
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
Add worker dashboard #282
Add worker dashboard #282
Conversation
@@ -576,6 +583,8 @@ async def start_worker( | |||
scheduler_address=None, | |||
local_directory="", | |||
nanny=True, | |||
dashboard=True, |
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.
The default of True
here matches the dask-worker
CLI default. It differs from the distributed.Worker
default of False. I think following the CLI default is appropriate.
xref dask#280 (comment) test-kubernetes
I'm not sure why, but my latest commits aren't showing up here. |
github is having issues right now :/ |
4c9a172
to
a3db060
Compare
@jcrist all green. Did you have any thoughts on the need for tests here? |
Fine by me. I'm hoping to remove the need for the |
xref #280 (comment)
I'm unsure about tests for this...