Skip to content

Commit

Permalink
update delayed_job
Browse files Browse the repository at this point in the history
  • Loading branch information
mwvolo committed Nov 20, 2024
1 parent bebeb69 commit 4e3bd5a
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
ActiveJob::Base.queue_adapter = :delayed_job

0 comments on commit 4e3bd5a

Please sign in to comment.