Member Junction
    Preparing search index...

    Per-item outcome the worker fn reports back so the controller can adapt the cap.

    interface AdaptiveItemOutcome {
        ok: boolean;
        throttled?: boolean;
    }
    Index

    Properties

    Properties

    ok: boolean

    True if the call succeeded (drives additive increase).

    throttled?: boolean

    True if the call was throttled/rate-limited (429 etc.) — drives multiplicative decrease.