Skip to content

Commit 12e3792

Browse files
committed
Remove production config using solid queue instead of sidekiq for active job
1 parent e3d085b commit 12e3792

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

config/environments/production.rb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,6 @@
4949
# Replace the default in-process memory cache store with a durable alternative.
5050
config.cache_store = :solid_cache_store
5151

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-
5652
# Ignore bad email addresses and do not raise email delivery errors.
5753
# Set this to true and configure the email server for immediate delivery to raise delivery errors.
5854
# config.action_mailer.raise_delivery_errors = false

0 commit comments

Comments
 (0)