Skip to content
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

Merged
merged 2 commits into from
Jul 15, 2020
Merged

Add worker dashboard #282

merged 2 commits into from
Jul 15, 2020

Conversation

TomAugspurger
Copy link
Member

xref #280 (comment)

I'm unsure about tests for this...

@@ -576,6 +583,8 @@ async def start_worker(
scheduler_address=None,
local_directory="",
nanny=True,
dashboard=True,
Copy link
Member Author

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.

@TomAugspurger
Copy link
Member Author

I'm not sure why, but my latest commits aren't showing up here.

@jcrist
Copy link
Member

jcrist commented Jul 15, 2020

github is having issues right now :/

@TomAugspurger
Copy link
Member Author

@jcrist all green. Did you have any thoughts on the need for tests here?

@jcrist
Copy link
Member

jcrist commented Jul 15, 2020

Fine by me. I'm hoping to remove the need for the dask-gateway-worker cli soon™, don't think we need to add tests for kwarg forwarding that should be compatible with the original cli. Thanks for working on this!

@jcrist jcrist merged commit ca3d3c3 into dask:master Jul 15, 2020
@TomAugspurger TomAugspurger deleted the worker-dashboard branch July 27, 2020 15:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants