CCC Docs
    Preparing search index...

    Type Alias RetryOptions

    type RetryOptions = {
        repeat?: NumLike;
        signal?: AbortSignal;
    }
    Index
    repeat?: NumLike

    Repeats indefinitely with this delay after the delay iterable is exhausted.

    signal?: AbortSignal

    Cancels waiting between attempts.