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

Reinstate scheduler port CLI option #73

Merged
merged 3 commits into from Aug 31, 2021
Merged

Conversation

jacobtomlinson
Copy link
Member

This change ensures that the --scheduler-port flag is passed to the Scheduler object.

There also appears to be a test that checks this but was skipped as it was undecided whether or not the worker and nanny ports should be confiruable. For now I've removed the worker/nanny checks from the tests and removed the skip.

Closes #72.

@kmpaul
Copy link
Collaborator

kmpaul commented Aug 25, 2021

Some of the errors in this PR are related to the bug found in #74.

@kmpaul
Copy link
Collaborator

kmpaul commented Aug 30, 2021

@jacobtomlinson: With #77, some of these tests might pass. Can you try pulling changes into your PR?

@kmpaul
Copy link
Collaborator

kmpaul commented Aug 30, 2021

@jacobtomlinson: Ok. I pushed some changes to your branch...just because I could. The tests pass. Is this ready to merge?

@kmpaul
Copy link
Collaborator

kmpaul commented Aug 31, 2021

I'm going to merge this. Thanks for getting this started, @jacobtomlinson!

@kmpaul kmpaul merged commit ccacb62 into dask:main Aug 31, 2021
@kmpaul kmpaul mentioned this pull request Aug 31, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Scheduler port number cannot be assigned on the CLI
2 participants