mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
d7a058f785
In passing, avoid a blind retry in QC: instead, just fix the problem.
6 lines
131 B
Ruby
6 lines
131 B
Ruby
module SuckerPunchJobsManager
|
|
def setup
|
|
ActiveJob::Base.queue_adapter = :sucker_punch
|
|
SuckerPunch.logger = nil
|
|
end
|
|
end
|