brandonhilkert / sucker_punch

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

Fix docs on location of active_job config #179

Closed textgoeshere closed 8 years ago

textgoeshere commented 8 years ago

With activejob 4.2.6 and sucker_punch 1.4, the active_job.queue_adapter won't get picked up by ActiveJob if it's in an initializer. It needs to be in application.rb.