Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用设计,我可以发送带有 resque 的邮件。我使用这个 wiki: 如何:在后台发送设计电子邮件(Resque、Sidekiq 和 Delayed::Job)
我有工作在排队,但没有工人。我必须创建任务还是工人?
好的,尝试将其添加到您的 Rakefile 中:
require 'resque/tasks'
然后运行你的工作:
QUEUE=* rake resque:work