Skip to content

WorkerConfig

Defined in: packages/engine/src/constants/Configuration.ts:123

Worker pool configuration. Controls the parallel execution workers used for batch evaluation.

readonly baseBackoffMs: number;

Defined in: packages/engine/src/constants/Configuration.ts:131

Base backoff delay (ms) between retries (exponential backoff applied on top)


readonly idleTimeoutMs: number;

Defined in: packages/engine/src/constants/Configuration.ts:127

Time (ms) a worker stays alive while idle before being terminated


readonly maxConcurrentWorkers: number;

Defined in: packages/engine/src/constants/Configuration.ts:125

Maximum number of concurrent Web Workers allowed


readonly maxRetries: number;

Defined in: packages/engine/src/constants/Configuration.ts:129

Maximum retry attempts for a failed worker operation