HTTP server attempting to start even when dashboard_address is None
Open
- Dominant language
- Python
- Stars
- 1.7k
- Forks
- 778
- Avg merge
- 2h 50m
- Merged PRs (30d)
- 3
Description
https://github.com/dask/distributed/blob/621994ec4484eb690dba796951f8b365f4bcd247/distributed/scheduler.py#L3502
Looks like this line and the `routes =` line should be inside the next `if show_dashboard:`. When I have two local clusters running the second reports that the dashboard address :8787 is in use even though both of them have been told to not use a dashboard.
Contributor guide
Assessment
This issue has not been assessed yet.