forked from External/greenlight
recording async update
This commit is contained in:
@ -55,6 +55,8 @@ Rails.application.configure do
|
||||
# Use a real queuing backend for Active Job (and separate queues per environment)
|
||||
# config.active_job.queue_adapter = :resque
|
||||
# config.active_job.queue_name_prefix = "greenlight_#{Rails.env}"
|
||||
config.active_job.queue_adapter = :async
|
||||
|
||||
config.action_mailer.perform_caching = false
|
||||
|
||||
# Ignore bad email addresses and do not raise email delivery errors.
|
||||
|
Reference in New Issue
Block a user