Fix ActiveJob adapter in production env

This commit is contained in:
Alex Sherman 2021-04-13 18:15:06 +05:00
parent 151ba314c1
commit 640fd130d0

View file

@ -56,7 +56,7 @@ 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 = :que
config.active_job.queue_adapter = :sidekiq
# config.active_job.queue_name_prefix = "domain_name_registry_#{Rails.env}"
config.action_mailer.perform_caching = false