WorkerConfig
Defined in: packages/engine/src/constants/Configuration.ts:123
Worker pool configuration. Controls the parallel execution workers used for batch evaluation.
Properties
Section titled “Properties”baseBackoffMs
Section titled “baseBackoffMs”readonly baseBackoffMs: number;Defined in: packages/engine/src/constants/Configuration.ts:131
Base backoff delay (ms) between retries (exponential backoff applied on top)
idleTimeoutMs
Section titled “idleTimeoutMs”readonly idleTimeoutMs: number;Defined in: packages/engine/src/constants/Configuration.ts:127
Time (ms) a worker stays alive while idle before being terminated
maxConcurrentWorkers
Section titled “maxConcurrentWorkers”readonly maxConcurrentWorkers: number;Defined in: packages/engine/src/constants/Configuration.ts:125
Maximum number of concurrent Web Workers allowed
maxRetries
Section titled “maxRetries”readonly maxRetries: number;Defined in: packages/engine/src/constants/Configuration.ts:129
Maximum retry attempts for a failed worker operation