有没有人知道与Rails 3一起使用的后台作业管理器?我听说过Starling和Workling,但我没有看到Rails 3的分叉。
答案 0 :(得分:3)
你在寻找背景工作者吗? 为了简单的使用我建议delayed_job https://github.com/collectiveidea/delayed_job/
Resque反而更强大(它用于github后台作业)但很复杂。 https://github.com/defunkt/resque
再见
答案 1 :(得分:3)
我使用this article来获取在rails 3上运行的delayed_job(用于排队作业的常见rails 2 gem)。collectiveidea branch of delayed_job具有rails 3支持并且运行良好。
答案 2 :(得分:0)
看看railscast:beanstalkd和stalker:http://railscasts.com/episodes/243-beanstalkd-and-stalker
答案 3 :(得分:0)
spawn很好。 https://github.com/tra/spawn