Skip to content

ClusterOptions

Defined in: src/plugins/application/cluster.ts:7

optional silent: boolean

Defined in: src/plugins/application/cluster.ts:19

Whether to pipe stdout/stderr to the parent process.

false

optional sticky: boolean

Defined in: src/plugins/application/cluster.ts:26

Enable sticky sessions (useful for Socket.io). Currently only supported in Node.js runtime.

false

optional workers: number | "auto"

Defined in: src/plugins/application/cluster.ts:13

Number of workers to spawn. Set to -1 or ‘auto’ to spawn one worker per available CPU.

'auto'