We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3d085b commit 12e3792Copy full SHA for 12e3792
config/environments/production.rb
@@ -49,10 +49,6 @@
49
# Replace the default in-process memory cache store with a durable alternative.
50
config.cache_store = :solid_cache_store
51
52
- # Replace the default in-process and non-durable queuing backend for Active Job.
53
- config.active_job.queue_adapter = :solid_queue
54
- config.solid_queue.connects_to = { database: { writing: :queue } }
55
-
56
# Ignore bad email addresses and do not raise email delivery errors.
57
# Set this to true and configure the email server for immediate delivery to raise delivery errors.
58
# config.action_mailer.raise_delivery_errors = false
0 commit comments