Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-04-29 | Fix opening and closing Redis connections instead of using a pool (#18171) | Eugen Rochko | |
* Fix opening and closing Redis connections instead of using a pool * Fix Redis connections not being returned to the pool in CLI commands | |||
2022-04-28 | Fix single Redis connection being used across all threads (#18135) | Eugen Rochko | |
* Fix single Redis connection being used across all Sidekiq threads * Fix tests |