lardawge/carrierwave_backgrounder

[Question] How to set queue on custom worker?

Closed this issue · 2 comments

I am using Sidekiq as backend
Should I just put sidekiq_options queue: :queue_name in my worker class?

(I am already trying :P)

If you need to change the queue in a specific worker then you would need to do that. If you want to use the same queue across all apps, just set it in the config.

Maybe add that in README? (how to set a queue per worker)