@pwngh/economy-lab
    Preparing search index...

    Type Alias DeadlockStormFinding

    What detectDeadlockStorm found: summed retry volume over the window.

    type DeadlockStormFinding = {
        retries: number;
        signature: "deadlock-storm";
        windowMs: number;
    }
    Index
    retries: number

    Retry count summed over the window — conflict pressure, not caller-visible failures.

    signature: "deadlock-storm"
    windowMs: number