Skip to content

Commit

Permalink
Fix default in description of LocalCluster's scheduler_port (#8073)
Browse files Browse the repository at this point in the history
  • Loading branch information
Danferno authored Aug 7, 2023
1 parent 522f0f0 commit 4c4748a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distributed/deploy/local.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class LocalCluster(SpecCluster):
threads_per_worker: int
Number of threads per each worker
scheduler_port: int
Port of the scheduler. 8786 by default, use 0 to choose a random port
Port of the scheduler. Use 0 to choose a random port (default). 8786 is a common choice.
silence_logs: logging level
Level of logs to print out to stdout. ``logging.WARN`` by default.
Use a falsey value like False or None for no change.
Expand Down

0 comments on commit 4c4748a

Please sign in to comment.