mozilla

Quit the arbiter immediately

When the arbiter receive this command, the arbiter exit.

ZMQ Message

{
    "command": "quit",
    "waiting": False
}

The response return the status “ok”.

If waiting is False (default), the call will return immediately after calling stop_signal on each process.

If waiting is True, the call will return only when the stop process is completely ended. Because of the graceful_timeout option, it can take some time.

Command line

$ circusctl quit [--waiting]