async-bulkhead-llm - v3.17.0
    Preparing search index...

    Type Alias LLMAdmissionMode

    LLMAdmissionMode: "enforce" | "observe"

    Admission behavior for run().

    • "enforce" (default) preserves normal fail-fast behavior.
    • "observe" executes the callback without holding capacity when a configured capacity-related rejection occurs, while recording the simulated rejection and usage separately.