proposit-core
    Preparing search index...

    Type Alias TRetryPolicy

    type TRetryPolicy = {
        backoffMs: number;
        maxAppendedErrorBytes?: number;
        maxAttempts: number;
        retryOn: readonly TRetryReason[];
    }
    Index

    Properties

    backoffMs: number
    maxAppendedErrorBytes?: number

    Bound on the per-retry appended validation-error fragment.

    maxAttempts: number
    retryOn: readonly TRetryReason[]