mirror of
https://github.com/internetee/registry.git
synced 2025-08-04 17:01:44 +02:00
Move jobs from Que to ActiveJob
This commit is contained in:
parent
1d3be40e14
commit
313731232e
53 changed files with 390 additions and 157 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 = :resque
|
||||
config.active_job.queue_adapter = :que
|
||||
# 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