Skip to content

Fix bug where e-mails were not being sent out via Sidekiq

Stan Hu requested to merge sh-add-mailers-to-sidekiq-config into master

Fix bug where e-mails were not being sent out via Sidekiq

By default, ActionMailer uses the "mailers" queue, but this entry was not included in the list of queues for Sidekiq to use.

For more details:

Merge request reports