ixti / sidekiq-throttled

Concurrency and rate-limit throttling for Sidekiq
MIT License
698 stars 75 forks source link

Dependency breaking change in redis-prescription #141

Closed nicolascian closed 1 year ago

nicolascian commented 1 year ago

Dependency breaking change

redis-prescription removed the .read method: https://gitlab.com/ixti/redis-prescription/-/commit/c9410a067d9a69bdb06b54447bd5becfa7f8ee42

it's being used here: https://github.com/ixti/sidekiq-throttled/blob/main/lib/sidekiq/throttled/strategy/concurrency.rb#L23

and here: https://github.com/ixti/sidekiq-throttled/blob/main/lib/sidekiq/throttled/strategy/threshold.rb#L33

ixti commented 1 year ago

Thanks to @fatkodima it is resolved now! :D