@logixjs/core
    Preparing search index...

    Interface ConcurrencyPolicyPatch

    interface ConcurrencyPolicyPatch {
        allowUnbounded?: boolean;
        concurrencyLimit?: ConcurrencyLimit;
        losslessBackpressureCapacity?: number;
        pressureWarningThreshold?: {
            backlogCount?: number;
            backlogDurationMs?: number;
        };
        warningCooldownMs?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    allowUnbounded?: boolean
    concurrencyLimit?: ConcurrencyLimit
    losslessBackpressureCapacity?: number
    pressureWarningThreshold?: { backlogCount?: number; backlogDurationMs?: number }
    warningCooldownMs?: number