Skip to content
Snippets Groups Projects
Verified Commit 45160ef6 authored by tribut's avatar tribut :man_dancing:
Browse files

Use same database for queue

This partly reverts 658ea7d7.

The configuration was added by solid_queue:install but we are using the
same database for storage and queue.
parent 0a1b1d9a
No related branches found
No related tags found
No related merge requests found
Pipeline #36837 passed
......@@ -75,7 +75,6 @@ Rails.application.configure do
# Use a real queuing backend for Active Job (and separate queues per environment).
config.active_job.queue_adapter = :solid_queue
config.solid_queue.connects_to = { database: { writing: :queue } }
# config.active_job.queue_name_prefix = "re_scheduled_production"
config.action_mailer.perform_caching = false
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment