File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11require "active_support/core_ext/integer/time"
22
33Rails . 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.
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.
You can’t perform that action at this time.
0 commit comments