@guardian/cdk
    Preparing search index...

    Class StreamRetry

    To retry based on number of attempts, use:

    StreamRetry.maxAttempts(5)
    

    To retry based on the age of a record, use:

    StreamRetry.maxAge(Duration.minutes(5))
    
    Index

    Properties

    retryType: RetryType

    Methods