Function throttlingBackOff
- throttlingBackOff<T>(request: (() => Promise<T>), options?: Partial<Omit<IBackOffOptions, "retry">>): Promise<T>
-
Parameters
-
request: (() => Promise<T>)
-
- (): Promise<T>
-
Returns Promise<T>
-
Optional
options: Partial<Omit<IBackOffOptions, "retry">>
Returns Promise<T>
Auxiliary function to retry AWS SDK calls when a throttling error occurs.