Warning when opening LocalCluster if not having network access #8559
Labels
bug
Something is broken
good first issue
Clearly described and easy to accomplish. Good for beginners to the project.
help wanted
When creating a
LocalCluster
withprocesses=False
and the machine I am on does not have network access a warning will be given. It tries to reach 8.8.8.8 which is unnecessary. When settingprocesses=True
no warning will be given.I am using Python 3.11 and dask/distributed 2024.2.0
The text was updated successfully, but these errors were encountered: