satim-module - v1.0.0
    Preparing search index...

    Interface CircuitBreakerOptions

    interface CircuitBreakerOptions {
        failureThreshold?: number;
        resetTimeoutMs?: number;
    }
    Index

    Properties

    failureThreshold?: number

    Consecutive transient failures before opening. Default 5.

    resetTimeoutMs?: number

    OPEN duration before a HALF_OPEN probe is admitted. Default 30 000 ms.