Closed balena closed 3 years ago
The logic can be simplified to attempt connecting to all nodes returned by Kubernetes, as the Cluster.Strategy.connect_nodes/4 function already excludes connected nodes using a generic mfa.
Cluster.Strategy.connect_nodes/4
mfa
The logic can be simplified to attempt connecting to all nodes returned by Kubernetes, as the
Cluster.Strategy.connect_nodes/4
function already excludes connected nodes using a genericmfa
.