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 和 resque_mailer 在我的生产服务器上工作。我需要做的是让一个工作人员运行/重新启动,当我执行cap deploy.
cap deploy
我已经看到了这个要点,但我就是不明白。还有其他东西可以分解它来解释它在做什么。或者有没有更简单的解决方案来让它工作?
我已经让 Redis 工作了,因为我已经将它用于其他任务。
我的生产服务器如下:Ubuntu、Apache、Passenger、Ruby 2.0、Rails 4.0
最后我使用了 Sidekiq。文档要好得多,而且可以正常工作!