Installed some services

This commit is contained in:
2025-06-21 16:40:59 +03:00
parent 2bdb85fa0a
commit c2920708ab
16 changed files with 811 additions and 5 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.