I am trying to start a dask
cluster but it says the below error:
Timed out trying to connect to 'tcp://100.100.160.25:2323' after 10 s:
Timed out trying to connect to 'tcp://100.100.160.25:2323' after 10 s:
connect() didn't finish in time
I am trying to start a dask
cluster but it says the below error:
Timed out trying to connect to 'tcp://100.100.160.25:2323' after 10 s:
Timed out trying to connect to 'tcp://100.100.160.25:2323' after 10 s:
connect() didn't finish in time
Copyright © 2021 Jogjafile Inc.
I experienced something similar building a temporary ECS/Fargate cluster via dask-cloudprovider. The answer ultimately fell into the bucket of network architecture. Here are some recommendations:
This problem is pretty hard to nail down, so I'd recommend a fair amount of trail-and-error. Check logs on each worker and scheduler and try to garner other hints to what can be causing the issue.