Sidekiq and rails 4 actionmailer never delivers emails

后端 未结 4 718
星月不相逢
星月不相逢 2021-02-05 19:06

I\'ve setup sidekiq in a rails 4 application for sending emails and processing background jobs. I have also devise which I am using devise_async and a typical contact form email

4条回答
  •  心在旅途
    2021-02-05 19:34

    For anyone that might benefit from this, I ran sidekiq like this:

    worker: bundle exec sidekiq -q default -q mailers -t 25 -c 3 ...

    on the Procfile using heroku

提交回复
热议问题