Jeff Baxendale
Jeff Baxendale
Neither disabling and re-enabling, nor the YouTube attempt worked for me
Spent a good while overhauling Redis/RedisClient pools across our app and no longer seeing this as it's all upgraded now -- the call was inside the house. @bellef FWIW I...
> @jeffbax I'm curious about what you've done to tackle this as I'm still getting these errors event with the `reconnect_attemps: 1`. > > ``` > Redlock::LockAcquisitionError: > failed to...
> Hey there, I did encounter the same issue using rails `7.0.8`. > > After investigation I stumbled upon [this fix](https://github.com/leandromoreira/redlock-rb/issues/145) that was shipped recently in [Redlock 2.0.6](https://github.com/leandromoreira/redlock-rb/releases/tag/2.0.6). > >...
FWIW I have not run into this since doing the full upgrade in our app (although do have `reconnect_attempts: 1` specified)
Hopefully not repeating myself from some other issues, but attempting to do this upgrade for `activejob-uniqueness` https://github.com/veeqo/activejob-uniqueness After resolving the following errors: 1. Needing to change to `RedisClient` instances (EVAL...
> [#148 (comment)](https://github.com/leandromoreira/redlock-rb/issues/148#issuecomment-1864310235) Yeah, I did come across this but was hoping to avoid adding a monkey patch. But ty for sharing it.
> [#148 (comment)](https://github.com/leandromoreira/redlock-rb/issues/148#issuecomment-1864310235) FWIW, I have resolved this the right way by upgrading RedisClient and overhauling the app pooling and things seem to be going without a hitch now, although...
Just ran into this upgrading to the latest `activejob-uniqueness` gem (which brought along a new Redlock) https://github.com/veeqo/activejob-uniqueness Basically, I found I had to do what this guy was saying: https://github.com/leandromoreira/redlock-rb/issues/135#issuecomment-1821081523...
Definitely get thrown off every time I come to this repo and see this a mismatch