@aster-rpc/aster API Reference
    Preparing search index...

    Interface RetryPolicy

    Retry policy configuration.

    interface RetryPolicy {
        maxAttempts: number;
        backoff: ExponentialBackoff;
    }
    Index

    Properties

    Properties

    maxAttempts: number