Hello,
I wonder if it’s possible to disable the dashboard. I’m launching many processes that use dask distributed simultaneously across a cluster and I want to eliminate the annoying warning of “Port 8787 is already in use.”. I tried to set “dashboard_address = None” in LocalCluster creation as documented, but it doesn’t work as reported in this GitHub issue. Is there another way to disable the dashboard or do I have to set the dashboard address manually to different ports in each process?
Cheers
Federico