Switch queue adapter to Sidekiq

This commit is contained in:
Matt-Yorkley
2021-05-29 10:17:00 +01:00
parent 4ac3853be9
commit 07a9da901f

View File

@@ -189,7 +189,7 @@ module Openfoodnetwork
config.active_support.escape_html_entities_in_json = true
config.active_job.queue_adapter = :delayed_job
config.active_job.queue_adapter = :sidekiq
config.action_controller.include_all_helpers = false