Hello it does not run rake workers

39 views
Skip to first unread message

Chris Ian Fiel

unread,
Apr 26, 2013, 3:21:12 AM4/26/13
to god...@googlegroups.com
I have a simple god file with this config.

God.watch do |w|
  w.uid = 'chris'
  w.name = 'workers'  
  w.env = { 'RAILS_ROOT' => "/home/chris/RubymineProjects/zokly",
            'RAILS_ENV' => "development" }
  w.start = '/home/deployer/.rvm/bin/rake -f /home/chris/RubymineProjects/zokly/Rakefile workers:start RAILS_ENV=development'
  w.log = '/home/chris/god_workers.log'
end


When I execute this command god -c /home/chris/Desktop/workers.god -D. This is just the output

I [2013-04-26 15:18:03]  INFO: Loading /home/chris/Desktop/workers.god
I [2013-04-26 15:18:03]  INFO: Syslog enabled.
I [2013-04-26 15:18:03]  INFO: Using pid file directory: /home/chris/.god/pids
I [2013-04-26 15:18:03]  INFO: Started on drbunix:///tmp/god.17165.sock
I [2013-04-26 15:18:03]  INFO: workers move 'unmonitored' to 'up'
I [2013-04-26 15:18:03]  INFO: workers moved 'unmonitored' to 'up'

It just stop there. Any idea what I did wrong?


Reply all
Reply to author
Forward
0 new messages