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.