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

Feature request: support specifying dashboard port ranges when launching workers with multi-processing. #7147

Open
Arsenal591 opened this issue Oct 18, 2022 · 1 comment · May be fixed by #7189
Labels
enhancement Improve existing functionality or make things work better good first issue Clearly described and easy to accomplish. Good for beginners to the project. help wanted

Comments

@Arsenal591
Copy link

When starting dask-worker with nworkers > 1, we can specify a port range for --worker-port like 3000:3026. However, the --dashboard-address does not have a similar functionality. Supporting specifying a dashboard address for each worker process would be very helpful in some circumstances.

@jacobtomlinson jacobtomlinson added enhancement Improve existing functionality or make things work better good first issue Clearly described and easy to accomplish. Good for beginners to the project. labels Oct 18, 2022
@jacobtomlinson
Copy link
Member

This sounds great! I expect this would be a good first issue for someone as you can look at how the implementation for --worker-port is done and replicate that for --dashboard-address.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improve existing functionality or make things work better good first issue Clearly described and easy to accomplish. Good for beginners to the project. help wanted
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants