How to ensure nodes are connected?

:waving_hand:

What strategy are you using with libcluster? I think all strategies that I’ve used try to reconnect on each gossip round, which for me was usually 5 seconds. I’ve looked through some other strategies, and that seems to not be the case for some of them like Cluster.Strategy.Epmd since it probably delegates reconnecting to erlang facilities.