Skip to content

Commit f5221d9

Browse files
author
github-actions
committed
update with project-syncing action
1 parent fede81a commit f5221d9

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

config/environments/development.rb

-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@
6565
# Highlight code that enqueued background job in logs.
6666
config.active_job.verbose_enqueue_logs = true
6767
config.active_job.queue_adapter = :solid_queue
68-
config.solid_queue.connects_to = { database: { writing: :queue } }
6968

7069
# Raises error for missing translations.
7170
# config.i18n.raise_on_missing_translations = true

config/environments/production.rb

-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@
5151

5252
# Replace the default in-process and non-durable queuing backend for Active Job.
5353
config.active_job.queue_adapter = :solid_queue
54-
config.solid_queue.connects_to = { database: { writing: :queue } }
5554

5655
# Ignore bad email addresses and do not raise email delivery errors.
5756
# Set this to true and configure the email server for immediate delivery to raise delivery errors.

0 commit comments

Comments
 (0)