Resque を使用した Rails 3.x アプリケーションがあります。次のように resque コマンドを実行します。
nohup rake RAILS_ENV=production environment resque:work QUEUE='*' & >>/tmp/resque.log 2>> /tmp/resque.err.log
1 日おきにプロセスが停止しますが、2 つの出力ファイルは常に空です。Resque プロセスが停止する理由を突き止める他の方法はありますか?
Resque を使用した Rails 3.x アプリケーションがあります。次のように resque コマンドを実行します。
nohup rake RAILS_ENV=production environment resque:work QUEUE='*' & >>/tmp/resque.log 2>> /tmp/resque.err.log
1 日おきにプロセスが停止しますが、2 つの出力ファイルは常に空です。Resque プロセスが停止する理由を突き止める他の方法はありますか?