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
Revert "Merge pull request #73 from thread/limit-keys-calls-on-startup"
This reverts commit 04b985f, reversing
changes made to 6ff4b90.
While using SCAN instead of KEYS is the recommended approach, it
turns out that it has worse real-world behaviour in the scenario
that the change was intended to make. Specifically the queue start-up
times were observed to be much longer while the load on the redis
instance was not reduced meaningfully, negatively impacting other
clients worse than when KEYS was used.
0 commit comments