Hello,

I've been trying to start a resque worker with god (using ruby 1.9 for
the first time - I did this before with 1.8.7 and it worked).

If I do the following, rake cannot find the Rakefile:

  w.dir           = '/var/sites/appname/current'
  w.start         = "/usr/local/bin/rake resque:work"

Whereas if I do this, it works:

  w.start         = "cd /var/sites/appname/current && /usr/local/bin/
rake resque:work"

Could it be that w.dir doesn't work as expected with 1.9 ?

Anyone else seeing this behaviour ?

-- Thibaut

-- 
You received this message because you are subscribed to the Google Groups 
"god.rb" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/god-rb?hl=en.

Reply via email to