boundfetch
    Preparing search index...

    Interface CircuitBreakerPluginOptions

    Circuit breaker thresholds for a plugin instance.

    interface CircuitBreakerPluginOptions {
        halfOpenAfter: number;
        threshold: number;
    }
    Index

    Properties

    halfOpenAfter: number

    Time in milliseconds before allowing a half-open probe call.

    threshold: number

    Consecutive failures required to open the circuit.