feat: clean up old instances automatically
This commit is contained in:
parent
5aa5fe0f5a
commit
070ffa8eeb
8 changed files with 85 additions and 42 deletions
|
@ -54,6 +54,9 @@ Rails.application.configure do
|
|||
|
||||
# Highlight code that enqueued background job in logs.
|
||||
config.active_job.verbose_enqueue_logs = true
|
||||
config.active_job.queue_adapter = :solid_queue
|
||||
config.active_job.verbose_enqueue_logs = true
|
||||
config.solid_queue.connects_to = { database: { writing: :queue } }
|
||||
|
||||
# Raises error for missing translations.
|
||||
# config.i18n.raise_on_missing_translations = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue