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, peer membership is managed through a pulling model. Refinery register itself to Redis and asks Redis about its peer periodically.
Based on the work from #1201 , Refinery can publish its presence through the new gossip system as well as detecting current state of peers in a cluster. This allows each peer to react to membership changes more quickly.
The text was updated successfully, but these errors were encountered:
Currently, peer membership is managed through a pulling model. Refinery register itself to Redis and asks Redis about its peer periodically.
Based on the work from #1201 , Refinery can publish its presence through the new gossip system as well as detecting current state of peers in a cluster. This allows each peer to react to membership changes more quickly.
The text was updated successfully, but these errors were encountered: