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
In replicaset mode we cannot use temporary tubes.
Data on them will not be replicated and the correct
operation of the queue will be disrupted.
This patch will not allow creation of the temporary tube
if `in_replicaset == true` or will not allow to set
`in_replicaset = true` if temporary tubes exists.
Follows up #120
0 commit comments