install solid queue
CI / scan_ruby (push) Successful in 17s
CI / scan_js (push) Successful in 13s
CI / lint (push) Successful in 18s
CI / test (push) Successful in 29s

This commit is contained in:
2026-01-27 10:03:40 +01:00
parent d6ba730d4a
commit 001d63c513
5 changed files with 170 additions and 1 deletions
+2 -1
View File
@@ -50,7 +50,8 @@ Rails.application.configure do
# config.cache_store = :mem_cache_store
# Replace the default in-process and non-durable queuing backend for Active Job.
# config.active_job.queue_adapter = :resque
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.