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 将 rake 任务存储为作业并稍后在多个工作人员之间执行它们的可能性。这可能吗?我已经阅读了 redis+resque 的文档,并尝试搜索这样做的人的示例,但没有成功。
我想作为作业执行的 rake 任务会触发 cucumber+selenium 来执行一些 Web 自动化测试,这需要一些时间才能完成。
提前致谢!罗德里戈。
正如 Amar 所说,使用调用工作得很好。