Alexey Zapparov
                                            Alexey Zapparov
                                        
                                    TLDR; You should not wrap throttle config in `{}`: ``` ruby class SyncSubscriber include Sidekiq::Worker include Sidekiq::Throttled::Worker sidekiq_options queue: 'priority' sidekiq_throttle threshold: { limit: 5, period: 1.second, key_suffix: ->(sub_id) {...
Fixed and released as [0.16.0](https://github.com/ixti/sidekiq-throttled/commit/69bd391ffc83a1fa18b7f5c783081c3d248670c4).
I really love the idea. Don't have time capacity to work on it ATM though, so, yes, any help will be highly appreciated. I'll be happy to assist if you...
After some consideration I think I would like to see the same for queues as well: ``` ruby class MyHeaveyLiftingWorker # ... def perform(...) # ... if ... pause_worker!(Time.now +...
@tjwallace That is nice. Would like to note though, that this will increase retry count and will count toward failures amount. So, I would really like to see some sort...
Please add `require "sidekiq/throttled/job"` after: https://github.com/sensortower/sidekiq-throttled/blob/f27b0672404d83b91736076c5f30523f831162e3/lib/sidekiq/throttled.rb#L12 Also, please rebase, and I'll be happy to merge.
Thank you! Merged and released as [0.16.0](https://github.com/ixti/sidekiq-throttled/commit/69bd391ffc83a1fa18b7f5c783081c3d248670c4).
Thank you! Merged and released as [0.16.0](https://github.com/ixti/sidekiq-throttled/commit/69bd391ffc83a1fa18b7f5c783081c3d248670c4).
@dominikduda Have you tried v0.16.0?
https://github.com/ixti/sidekiq-throttled