mirror of
https://github.com/internetee/registry.git
synced 2025-06-03 19:27:29 +02:00
Fix ActiveJob adapter in production env
This commit is contained in:
parent
151ba314c1
commit
640fd130d0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue