From 640fd130d0242aacd904244cfce25b64da2d0a57 Mon Sep 17 00:00:00 2001 From: Alex Sherman Date: Tue, 13 Apr 2021 18:15:06 +0500 Subject: [PATCH] Fix ActiveJob adapter in production env --- config/environments/production.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/environments/production.rb b/config/environments/production.rb index 08dd94cf8..2825185d0 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -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