Skip to content

Commit 0f436f2

Browse files
Merge pull request #13 from datacite/add-active-job-queue-adapter
add active job queue adapter
2 parents 826b7c3 + 96f6064 commit 0f436f2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/application.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ class Application < Rails::Application
3838
config.logger = Logger.new($stdout)
3939
config.log_level = :info
4040

41+
config.active_job.queue_adapter = :shoryuken
4142
config.active_job.queue_name_prefix = Rails.env
4243
end
4344
end

0 commit comments

Comments
 (0)