Per-task-module pool overrides, keyed by task-module specifier in
WorkerPoolPluginOptions.pools.
readonly
optional
size: number
Workers in this pool; overrides defaultPoolSize.
readonly
optional
maxQueue: number
Pending-queue bound for this pool; overrides the plugin maxQueue.
readonly
optional
taskTimeoutMs: number
Task timeout in milliseconds for this pool; overrides the plugin
taskTimeoutMs. 0 disables the timeout.