From ba08158c85c89c25f4ef42577e1eca666c3ce528 Mon Sep 17 00:00:00 2001 From: Dan Milne Date: Mon, 5 Jan 2026 14:43:06 +1100 Subject: [PATCH] Bug fix for background jobs --- config/environments/production.rb | 1 + 1 file changed, 1 insertion(+) 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.