标签: ruby-on-rails devise resque
我使用设计,我可以发送带有resque的邮件。我用这个维基: How To: Send devise emails in background (Resque, Sidekiq and Delayed::Job)
我有排队但没有工人的工作。我是否必须创建任务或工作人员?
答案 0 :(得分:31)
好的,尝试将此添加到您的Rakefile:
require 'resque/tasks'
然后运行你的工作:
QUEUE=* rake resque:work