jobs: add base ApplicationJob.

This commit is contained in:
evazion
2019-08-16 20:49:34 -05:00
parent 817f5ecf9c
commit 822dce20ed
3 changed files with 31 additions and 1 deletions

View File

@@ -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