Move ActiveJob config to initializer (#56)

Reviewed-on: #56
This commit is contained in:
Andrew Tomaka 2025-01-23 13:17:48 -05:00
parent d5bc6c718e
commit 43dee1ecd9
3 changed files with 3 additions and 8 deletions

View file

@ -72,6 +72,4 @@ Rails.application.configure do
# Apply autocorrection by RuboCop to files generated by `bin/rails generate`.
# config.generators.apply_rubocop_autocorrect_after_generate!
# Use a real queuing backend for Active Job (and separate queues per environment).
config.active_job.queue_adapter = :solid_queue
end