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?
--
You received this message because you are subscribed to the Google Groups
"god.rb" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/god-rb?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.