Hi,
in our team we are using Dask LocalCluster while connected via ssh to a Google Cloud.
The problem is that if there is more than one script running at the same time, errors appear, like:
“PermissionError: [Errno 13] Permission denied: '/tmp/dask-worker-space”
-
Is there a way to launch separate localclusters on the same machine and ensure they work independently? I tried setting different cluster names but it doesn’t seem to do anything.
-
What would be a better setup to have multiple people using Dask on the same machine? (I am aware that it’s possible to deploy a Dask cluster on Google Cloud but I was looking for a quick and easy fix that doesn’t impact our workflow much.)