notification-service
    Preparing search index...
    • Retry an async operation up to 3 attempts with fixed backoff delays (200 ms → 500 ms → 1 000 ms). If the operation throws an UnrecoverableError it is re-thrown immediately without retrying.

      Type Parameters

      • T

      Parameters

      • operation: () => Promise<T>

      Returns Promise<T>