CHTC / dask-chtc

Spawn Dask workers in the CHTC HTCondor pool
https://dask-chtc.readthedocs.io
3 stars 3 forks source link

Random port selection #11

Closed JoshKarpel closed 4 years ago

JoshKarpel commented 4 years ago

This PR allows for random port selection for the Dask scheduler and dashboard at runtime. It will resolve #3 .

Definitely need some notes in the docs (#8) about port forwarding. Since the dashboard port may not be known until after you've SSH'd already, we also need to include notes about how to forward a port over an existing connection. Will be addressed in #13 .