Skip to content

Commit

Permalink
on load
Browse files Browse the repository at this point in the history
  • Loading branch information
mwvolo committed Nov 20, 2024
1 parent 4e3bd5a commit 708fa1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/initializers/active_job.rb
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Use delayed_job for background jobs
ActiveJob::Base.queue_adapter = :delayed_job
ActiveSupport.on_load(:active_job) { ActiveJob::Base.queue_adapter = :delayed_job }

0 comments on commit 708fa1e

Please sign in to comment.