We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bebeb69 commit 147f8deCopy full SHA for 147f8de
config/initializers/active_job.rb
@@ -1,2 +1,2 @@
1
# Use delayed_job for background jobs
2
-Rails.application.config.active_job.queue_adapter = :delayed_job
+ActiveSupport.on_load(:active_job) { ActiveJob::Base.queue_adapter = :delayed_job }
0 commit comments