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
I would like the redlock to skip waiting for lock when existing lock is present (like NOWAIT in SQL). Can I use retryCount = 0 for this or would it compromise the stability when used in HA environment?
I'm not sure how to achieve the desired behavior. Thank you.
The text was updated successfully, but these errors were encountered:
Hello!
I would like the
redlock
to skip waiting for lock when existing lock is present (likeNOWAIT
in SQL). Can I useretryCount = 0
for this or would it compromise the stability when used in HA environment?I'm not sure how to achieve the desired behavior. Thank you.
The text was updated successfully, but these errors were encountered: