-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed to acquire lock on #150
Comments
Probably way too late on this, but I managed to get around this by explicitly using the
I noticed this nuance in the Compatibility section of the docs |
I'm going to try it, thanks @venalen ! |
still happening |
@ppascualv |
We're handling it with the retry system, we substitute this
to execute the block instead of raising the error @tms-tham |
I'm receiving a Redlock::LockError Failed to acquire lock on "name-of-key" sometimes using the gem. I know this error comes from Redis but I would like to know how can I prevent it.
This is the code that we have at the moment:
And this is how we call the lock:
The text was updated successfully, but these errors were encountered: