Skip to main content

Module start

Module start 

Source
Expand description

Start the Cortex daemon process.

Constants§

SOCKET_PATH
Default socket path.

Functions§

check_already_running
Check if Cortex is already running. Returns the PID if so.
pid_file_path
Get the PID file path.
run
Start the Cortex daemon: bind socket, write PID, serve requests.
run_with_http
Start the Cortex daemon with optional REST API.