Skip to content

Commit

Permalink
update delayed_job (#1284)
Browse files Browse the repository at this point in the history
* update delayed_job

* on load
  • Loading branch information
mwvolo authored Nov 20, 2024
1 parent bebeb69 commit 147f8de
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
Rails.application.config.active_job.queue_adapter = :delayed_job
ActiveSupport.on_load(:active_job) { ActiveJob::Base.queue_adapter = :delayed_job }

0 comments on commit 147f8de

Please sign in to comment.