deanpcmad / sidekiq-limit_fetch

A Sidekiq plugin to support advanced queue control (limiting, pausing, blocking, querying)
MIT License
945 stars 140 forks source link

High REDIS CPU Usage, streaming limit_fetch:probed events #114

Closed vanboom closed 2 years ago

vanboom commented 3 years ago

I seem to have a race condition happening that might be related to #105?

redis-cli monitor

...shows these events for many queues streaming in a continuous loop

1609886522.512733 [1 10.128.10.55:42192] "lrange" "limit_fetch:probed:my_queue_name" "0" "-1"

Appreciate any suggestions about how to track this issue down, it is causing REDIS high CPU usage on the server.

deanpcmad commented 2 years ago

Hey, thanks for your issue! I've just taken over this project/gem and am going through the PRs and issues. I see this issue is stale so I'm going to close it but if you are still experiencing issues, please feel free to re-open.