Skip to content

WorkerConfigOptions

Defined in: bindings/node/dist/index.d.ts:1433

Tuning for the background worker scheduler. All fields optional; omitting the whole object preserves default behavior.

optional defaultIntervalNs?: bigint

Defined in: bindings/node/dist/index.d.ts:1435

Global default interval for all workers, in nanoseconds.


optional disabledWorkers?: WorkerKind[]

Defined in: bindings/node/dist/index.d.ts:1441

Workers to disable. Anything not listed stays enabled.


optional workerIntervalsNs?: WorkerIntervalOverride[]

Defined in: bindings/node/dist/index.d.ts:1437

Per-worker interval overrides (nanoseconds).


optional workerJittersNs?: WorkerJitterOverride[]

Defined in: bindings/node/dist/index.d.ts:1439

Per-worker jitter overrides (nanoseconds).