Skip to content

Commit 3d3d513

Browse files
committed
오류 수정 2차
1 parent d39154f commit 3d3d513

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

config/environments/production.rb

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
require "active_support/core_ext/integer/time"
22

33
Rails.application.configure do
4+
5+
gem "solid_queue", require: false
46
# Settings specified here will take precedence over those in config/application.rb.
57

68
# Code is not reloaded between requests.
@@ -47,8 +49,8 @@
4749
config.cache_store = :solid_cache_store
4850

4951
# Replace the default in-process and non-durable queuing backend for Active Job.
50-
config.active_job.queue_adapter = :solid_queue
51-
config.solid_queue.connects_to = { database: { writing: :queue } }
52+
# config.active_job.queue_adapter = :solid_queue
53+
# config.solid_queue.connects_to = { database: { writing: :queue } }
5254

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

0 commit comments

Comments
 (0)