fix(sidekiq): warn about queue name args in deliver_later not being json serializable

This commit is contained in:
Colin Darie 2024-04-10 18:03:01 +02:00
parent dfbe53dcc5
commit 6be76f702f
No known key found for this signature in database
GPG key ID: 8C76CADD40253590

View file

@ -51,7 +51,7 @@ module TPS
config.action_dispatch.ip_spoofing_check = false
# 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
config.active_model.i18n_customize_full_message = true