process

Manage Refinery processes

Start processes with the workflow command rather than individually to enforce the defined start-up order.

refinery process [option]

Options: --interrupt --list-service-classes --stop --kill --start

--start process/es

Start an individual process or list of processes.

Currently this option cannot start service classes.

--stop process/es

Gracefully stop an individual process or list of processes.

--kill process/es

Force stop an individual process or list of processes with SIGKILL.

Not recommended unless the process is completely unresponsive.

--interrupt process/es

Send an interrupt signal (SIGINT) to a process to attempt to stop the process from what it is currently doing.

Not 100% reliable depending on what the process is doing at the time of interrupt.

--list-service-classes

List all the currently running service classes within the system.