Closed dpep closed 1 year ago
Thanks but redis-4.x
is is no longer maintained.
bummer...we are trying to upgrade, but currently blocked by a Sidekiq requirement 😞
@byroot would it be possible for you to open up a patch for redis-4.x
with this fix ? As @dpep mentioned, our redis upgrade is blocked by a Sidekiq requirement.
Why not just point your Gemfile at your branch?
security doesn't like branches in Gemfiles...we need to be more legit 🤣
Shouldn't be hard to monkey patch.
I'm seeing
Errno::ETIMEDOUT
occasionally being raised in production forRedis.evalsha
calls (apparently due to openssl timing out). The Redis client catches a bunch of system errors and converts them intoRedis::ConnectionError
, but does not have similar logic in place for timeouts (it only handlesTimeoutError
)stack trace