SongGuess
    Preparing search index...
    type GatewayRetries = {
        backoff?: "constant" | "linear" | "exponential";
        maxAttempts?: 1 | 2 | 3 | 4 | 5;
        retryDelayMs?: number;
    }
    Index

    Properties

    backoff?: "constant" | "linear" | "exponential"
    maxAttempts?: 1 | 2 | 3 | 4 | 5
    retryDelayMs?: number