@jiminp/tooltool
    Preparing search index...

    Interface ExponentialBackoffOptionsWithMaxAttempts

    interface ExponentialBackoffOptionsWithMaxAttempts {
        init_delay: number;
        max_attempts: number;
        max_delay?: number;
        multiplier?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    init_delay: number
    max_attempts: number
    max_delay?: number
    multiplier?: number