diff --git a/config/environments/production.rb b/config/environments/production.rb index 296b308..623c55f 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -59,6 +59,7 @@ Rails.application.configure do # Use Solid Queue for background jobs config.active_job.queue_adapter = :solid_queue + config.solid_queue.connects_to = { database: { writing: :queue } } # Ignore bad email addresses and do not raise email delivery errors. # Set this to true and configure the email server for immediate delivery to raise delivery errors.