brandonhilkert / sucker_punch

Sucker Punch is a Ruby asynchronous processing library using concurrent-ruby, heavily influenced by Sidekiq and girl_friday.
MIT License
2.64k stars 114 forks source link

Increasing number of workers? #127

Closed aj7 closed 9 years ago

aj7 commented 9 years ago

Hi, Is it possible to increase the number of workers, when using sucker_punch through Activejob, in rails 4.2+?

brandonhilkert commented 9 years ago

Not in ActiveJob. You'd have to use sucker_punch by itself for that feature.