deanpcmad / sidekiq-limit_fetch

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

Allow dynamic exclusion #134

Closed bekicot closed 1 year ago

bekicot commented 2 years ago

Allow dynamic exclusion

bekicot commented 2 years ago

related to #133

mdomsch-seczetta commented 1 year ago

I am very interested in this work. We have a need to prevent dynamic queues and constant-named queues from running on the same sidekiq instances. This looks like it would solve our need nicely. Thank you. Until this is merged upstream, we'd have to run our own private fork + this PR. Please consider this for upstream and next version release.

deanpcmad commented 1 year ago

Thanks for the PR!