I'm getting the following error in log/resque-0.log:
rake aborted!
non-absolute home
/srv/myapp/current/Rakefile:4
If I start a worker manually using the same command God uses, it starts up just fine:
QUEUE=* RAILS_ENV=production /usr/bin/rake -f /srv/myapp/current/Rakefile environment resque:work
I've tried running that command under the 'rails' user and the 'root' user (which God runs under). Any ideas?