jasper print speed refactor working
This commit is contained in:
@@ -81,4 +81,8 @@ Rails.application.configure do
|
||||
|
||||
# Apply autocorrection by RuboCop to files generated by `bin/rails generate`.
|
||||
# config.generators.apply_rubocop_autocorrect_after_generate!
|
||||
|
||||
config.active_job.queue_adapter = :solid_queue
|
||||
config.solid_queue.connects_to = { database: { writing: :baclight } }
|
||||
# config.active_job.queue_adapter = :async
|
||||
end
|
||||
|
||||
@@ -71,7 +71,9 @@ Rails.application.configure do
|
||||
# config.cache_store = :mem_cache_store
|
||||
|
||||
# Use a real queuing backend for Active Job (and separate queues per environment).
|
||||
# config.active_job.queue_adapter = :resque
|
||||
config.active_job.queue_adapter = :solid_queue
|
||||
# config.solid_queue.connects_to = { database: { writing: :queue } }
|
||||
# config.solid_queue.connects_to = { database: { writing: :queue } }
|
||||
# config.active_job.queue_name_prefix = "railsondocker_production"
|
||||
|
||||
# Disable caching for Action Mailer templates even if Action Controller
|
||||
|
||||
Reference in New Issue
Block a user