sidekiq-throttled icon indicating copy to clipboard operation
sidekiq-throttled copied to clipboard

Create Sidekiq::Throttled::Job alias

Open CHTJonas opened this issue 2 years ago • 4 comments

This replicates one of the latest changes in Sidekiq 6.3.0. Basically the word "worker" is usually used for the process or thread that's actually processing the jobs in the queue, rather than the jobs themselves. To solve this we just alias Job to Worker.

CHTJonas avatar Nov 08 '21 22:11 CHTJonas

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.

ixti avatar Dec 14 '21 22:12 ixti

@ixti, thanks for the feedback - finally got around to doing this!

CHTJonas avatar May 25 '22 11:05 CHTJonas

Thank you! Merged and released as 0.16.0.

ixti avatar Jun 13 '22 00:06 ixti

Thank you! Merged and released as 0.16.0.

ixti avatar Jun 13 '22 00:06 ixti