mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
Switch queue adapter to Sidekiq
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user