Nuno Silva
09/15/2020, 10:13 AMDaskExecutor
with LocalEnvironment. Agent runs locally, Dask cluster is running in azure aks.
Randomly I get the error: OSError: Timed out trying to connect to '<tcp://dask-user-44479c3f-5.pipelines:8786>' after 3 s
.
I tried to increase the default timeout with dask.config.set({"distributed.comm.timeouts.connect": 20})
but apparently to no avail, 3s is kept.
Ideas how to increase the timeout? Thanks