this repo has no description
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

Ignore error when writing coordinators from multiple ClusterNodes

garrison e7cbb9f1 47e93416

+1 -1
+1 -1
lib/cluster_node.ex
··· 60 60 } 61 61 62 62 :ok = ensure_cluster_config(state) 63 - :ok = Cache.write_coordinators(node_config.cluster_name, node_config.coordinator_names) 63 + Cache.write_coordinators(node_config.cluster_name, node_config.coordinator_names) 64 64 {:ok, state} 65 65 end 66 66