fix(sidekiq): warn about queue name args in deliver_later not being json serializable
This commit is contained in:
parent
dfbe53dcc5
commit
6be76f702f
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ module TPS
|
||||||
config.action_dispatch.ip_spoofing_check = false
|
config.action_dispatch.ip_spoofing_check = false
|
||||||
|
|
||||||
# Set the queue name for the mail delivery jobs to 'mailers'
|
# Set the queue name for the mail delivery jobs to 'mailers'
|
||||||
config.action_mailer.deliver_later_queue_name = :mailers
|
config.action_mailer.deliver_later_queue_name = 'mailers'
|
||||||
|
|
||||||
# Allow the error messages format to be customized
|
# Allow the error messages format to be customized
|
||||||
config.active_model.i18n_customize_full_message = true
|
config.active_model.i18n_customize_full_message = true
|
||||||
|
|
Loading…
Reference in a new issue