SocketPaths
Defined in: src/launcher/state.ts:17
Filesystem layout for one worker tuple: <state_dir>/<hash>.{lock,sock,meta}.
Properties
Section titled “Properties”lockPath
Section titled “lockPath”lockPath: string;Defined in: src/launcher/state.ts:19
Advisory lockfile path (<hash>.lock) guarding launch + liveness.
metaPath
Section titled “metaPath”metaPath: string;Defined in: src/launcher/state.ts:23
Launch-metadata JSON path (<hash>.meta) read by --status.
sockPath
Section titled “sockPath”sockPath: string;Defined in: src/launcher/state.ts:21
AF_UNIX socket path (<hash>.sock) the worker binds.