Lots of updates
This commit is contained in:
@@ -77,4 +77,6 @@ Rails.application.configure do
|
||||
# config.generators.apply_rubocop_autocorrect_after_generate!
|
||||
config.active_job.queue_adapter = :solid_queue
|
||||
config.solid_queue.connects_to = { database: { writing: :queue } }
|
||||
# Don't store finished jobs - we don't need job history, saves DB space
|
||||
config.solid_queue.preserve_finished_jobs = false
|
||||
end
|
||||
|
||||
@@ -52,6 +52,8 @@ Rails.application.configure do
|
||||
# Replace the default in-process and non-durable queuing backend for Active Job.
|
||||
config.active_job.queue_adapter = :solid_queue
|
||||
config.solid_queue.connects_to = { database: { writing: :queue } }
|
||||
# Don't store finished jobs - we don't need job history, saves DB space
|
||||
config.solid_queue.preserve_finished_jobs = false
|
||||
|
||||
# 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.
|
||||
|
||||
Reference in New Issue
Block a user