Rails + Devise + delayed_job?

后端 未结 9 2041
长情又很酷
长情又很酷 2020-12-24 07:38

I have a Rails 3 App using Devise on Heroku. Problem is I\'m sending emails with Sendgrid and email delivery is slow, it makes the app hang. So I\'m interested in using dela

9条回答
  •  [愿得一人]
    2020-12-24 08:40

    According to the Devise wiki page, the devise-async gem will handle this for you. It supports delayed_job, resque, and sidekiq.

提交回复
热议问题