No pausable Queues? #136
Unanswered
leoamigood
asked this question in
Q&A
Replies: 2 comments
-
@leoamigood it was done in attempt to simplify the surface of the gem. 0.X branch will have pausable queues as is. Future 1.X release will have it too, but I'm not yet certain on how that will be implemented. :)) |
Beta Was this translation helpful? Give feedback.
0 replies
-
In order to bring pausible queues, starting with v1.0.0 (soon to be released), you should add to your Gemfile: gem "sidekiq-pauzer", "~> 4.0" Then in your sidekiq initialization code add: require "sidekiq"
require "sidekiq/pauzer"
require "sidekiq/web"
require "sidekiq/pauzer/web" |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Thank you for maintaining this gem.
Just curious why the pausable queues functionality was removed?
I thought of using it..
Beta Was this translation helpful? Give feedback.
All reactions