File tree 2 files changed +0
-2
lines changed
2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change 65
65
# Highlight code that enqueued background job in logs.
66
66
config . active_job . verbose_enqueue_logs = true
67
67
config . active_job . queue_adapter = :solid_queue
68
- config . solid_queue . connects_to = { database : { writing : :queue } }
69
68
70
69
# Raises error for missing translations.
71
70
# config.i18n.raise_on_missing_translations = true
Original file line number Diff line number Diff line change 51
51
52
52
# Replace the default in-process and non-durable queuing backend for Active Job.
53
53
config . active_job . queue_adapter = :solid_queue
54
- config . solid_queue . connects_to = { database : { writing : :queue } }
55
54
56
55
# Ignore bad email addresses and do not raise email delivery errors.
57
56
# Set this to true and configure the email server for immediate delivery to raise delivery errors.
You can’t perform that action at this time.
0 commit comments