jobs: add base ApplicationJob.
This commit is contained in:
@@ -62,7 +62,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 = :delayed_job
|
||||
# config.active_job.queue_name_prefix = "danbooru_#{Rails.env}"
|
||||
|
||||
config.action_mailer.perform_caching = false
|
||||
|
||||
Reference in New Issue
Block a user