Version:
function
retry
typescript
retry(operation: (context: RetryContext) => Promise<T>, options: RetryOptions = {}): Promise<T>Parameters
| Name | Type | Description |
|---|---|---|
operation | (context: RetryContext) => Promise<T> | - |
options | RetryOptions | -(default: {}) |
Returns
Promise<T>Was this page helpful?