You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently it will retry the number of nodes, instead it should retry by calling the func with the node as the first argument, for each node. Since nodes.client will round-robin, there is a chance that if multiple queries are runninng not all nodes could be tried.