Interface StrategyPolicyInternal

Strategy policy.

interface StrategyPolicy {
    dynamicWorkerReady: boolean;
    dynamicWorkerUsage: boolean;
}

Properties

dynamicWorkerReady: boolean

Expects the newly created dynamic worker to be flagged as ready.

dynamicWorkerUsage: boolean

Expects tasks execution on the newly created dynamic worker.