LocalCluster not using default ports #4429
Labels
bug
Something is broken
good first issue
Clearly described and easy to accomplish. Good for beginners to the project.
What happened:
When creating a
LocalCluster
object the comm is started on a random high port, even if there are no other clusters running.What you expected to happen:
Should use port
8786
.Minimal Complete Verifiable Example:
The
dask-scheduler
command works as expeted.But
LocalCluster
does not.Anything else we need to know?:
The text was updated successfully, but these errors were encountered: