Displaying 1 result from an estimated 1 matches for "event_server".
Did you mean:
agent_server
2013 Jul 01
0
Invoker - 0.1.1 release, A gem for managing processes in development environment
...= zsh -c ''bundle exec rails s -p 5000''
[dj]
directory = /home/gnufied/god_particle
command = zsh -c ''bundle exec ruby script/delayed_job''
[events]
directory = /home/gnufied/god_particle
command = zsh -c ''bundle exec ruby script/event_server''
And then you can start invoker supervisor by running:
~> invoker start invoker.ini
Now additionally you can control individual process by,
# Will try to stop running delayed job by sending SIGINT to the process
~> invoker remove dj
# If Process can''t be...