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

Temporarily disabled exposing the Dask diagnostic dashboard #872

Merged
merged 3 commits into from Mar 6, 2024

Conversation

mrchtr
Copy link
Contributor

@mrchtr mrchtr commented Feb 22, 2024

Temporarily disabled exposing the Dask diagnostic dashboard port to the docker setup.
Executing docker containers after each other using docker compose, leads sometimes to the case that the port is already in use.

We should come up with a solution if we want to use the dask dashboard again.

Fix: #870

…he docker setup.

Executing docker containers after each other using docker compose, leads sometimes to the case that the port is already in use.
@RobbeSneyders
Copy link
Member

Could you try the fix mentioned here: docker/compose#4950 (comment)

@mrchtr
Copy link
Contributor Author

mrchtr commented Feb 23, 2024

Could you try the fix mentioned here: docker/compose#4950 (comment)

It solves the issue but by doing this a random port of host system is used. You can access the dashboard but you have to use docker commands to see which port is used. Not ideal.

@RobbeSneyders
Copy link
Member

Does it only use a different port if the same one is already used? Because in that case, it still seems like a better solution.

@mrchtr
Copy link
Contributor Author

mrchtr commented Feb 26, 2024

@RobbeSneyders would you up for testing it on your local machine? For me it seems to be always the random port, even for the first component.

@RobbeSneyders RobbeSneyders merged commit ec4f730 into main Mar 6, 2024
9 of 10 checks passed
@RobbeSneyders RobbeSneyders deleted the bugfix/disable-dask-diagnostic-port-exposion branch March 6, 2024 20:57
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.

Local runner fails to bind port of dask dashboard
2 participants