Skip to content

Controlling instances with herald class

lukes edited this page May 4, 2011 · 2 revisions

Use the Herald class methods to inspect and edit your running heralds as a batch

Herald.heralds # prints all running heralds
Herald.stop # all heralds stopped
Herald.alive? # => false
Herald.start # all heralds restarted

See also

Clone this wiki locally