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

Use default scheduler port for LocalCluster #8760

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Jul 11, 2024

  1. Use default scheduler port for LocalCluster

    1. Unify multiple occurrences of 8786 into a single constant
       `DEFAULT_SCHEDULER_PORT`.
    2. Change the default for the local cluster to use that instead
       of `0` (random port).
    3. Introduce a fallback address for scheduler start in case of no
       port having been given.
    tmi committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    3a94185 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. Configuration menu
    Copy the full SHA
    4fc9e64 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a07788 View commit details
    Browse the repository at this point in the history