poolifier - v5.0.9
    Preparing search index...

    Interface StrategyPolicyInternal

    Strategy policy.

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

    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.