There is an error happend When I distributed tasks via 1-clusterodm and 3-nodeodm by docker-compose on one machine(windows10) with code ‘task.info()’ as follow.
‘pyodm.exceptions.NodeResponseError: Proxy redirect error: connect ETIMEDOUT ip:port’
But at that time tasks were still running.
1 Like
Welcome!
Is it possible that the machine is over-burdened and the connection between the nodes and the cluster is misbehaving?
Could you maybe drop the priority of the nodes to Below Normal or Low and see if they cooperate better?
Thank you, I’ll try this.
1 Like
I have a try use webodm instead of pyodm and output logs it works ok. But pyodm may fail.
1 Like