haredo

    Interface StandardBackoffOptions

    interface StandardBackoffOptions {
        failSpan: number;
        failThreshold: number;
        failTimeout: number;
    }
    Index

    Properties

    failSpan: number

    Set the failSpan, the amount of time in milliseconds during which {failThreshold} amount of nacked messages can happen before the subscriber waits {failTimeout} milliseconds until passing the next message to subscriber callback.

    failThreshold: number

    Set the amount of fails the system will allow in {failSpan} milliseconds before the subscriber waits for {failTimeout} milliseconds until passing the next message to subscriber callback.

    failTimeout: number

    Set the failTimeout, the amount of time in milliseconds to wait until passing the next message to subscriber callback after {failThreshold} amount of nacked messages happen within {failSpan}

    MMNEPVFCICPMFPCPTTAAATR