Closed marshally closed 10 years ago
Thank you for this! I wound up merging another pull request which allowed configuration of a log file to redirect stderr/stdout to (instead of it being fixed to /dev/null). However, the default log file is /dev/null so the current master branch should function identically to your pull request.
Thank you for your contribution!
If any code writes to STDOUT during
rake resque:restart
then capistrano hangs.I've redirected the output of this command to
/dev/null
, which allows the cap task to complete.Yes, this will swallow errors. I'm new to working with
capistrano
in this way and open to suggestions on how to handle that in a more friendly way.In the meantime, this branch might help some people have cleaner deploys.
/cc @pengwynn