9z0b3t1c / capistrano-resque

Capistrano integration for Resque
MIT License
223 stars 144 forks source link

Send worker-start output to a log file. Works with resque 1.25.1 #65

Closed kwatson closed 10 years ago

kwatson commented 10 years ago

With Resque 1.25.1, It appears they're sending the worker output to stout even with BACKGROUND=yes.

This fix sends that straight to ./log/resque.log and allows Capistrano to finish it's task.

dmarkow commented 10 years ago

Just merged #82 which has a configurable resque_log_file option, this should solve this same issue. Thanks for your contribution!