我有一个带有 Resque 的 Rails 3.x 应用程序。我使用以下命令运行 resque 命令:
nohup rake RAILS_ENV=production environment resque:work QUEUE='*' & >>/tmp/resque.log 2>> /tmp/resque.err.log
每隔一天,该进程就会终止,但两个输出文件始终为空。还有其他方法可以找出 Resque 进程失败的原因吗?
我有一个带有 Resque 的 Rails 3.x 应用程序。我使用以下命令运行 resque 命令:
nohup rake RAILS_ENV=production environment resque:work QUEUE='*' & >>/tmp/resque.log 2>> /tmp/resque.err.log
每隔一天,该进程就会终止,但两个输出文件始终为空。还有其他方法可以找出 Resque 进程失败的原因吗?