Rush StackShopBlogEvents
Skip to main content

Home > @rushstack/node-core-library > IRunWithRetriesOptions

IRunWithRetriesOptions interface

This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

Signature:

export interface IRunWithRetriesOptions<TResult> 

Remarks

Used with Async.runWithRetriesAsync().

Properties

PropertyModifiersTypeDescription
action() => Promise<TResult> | TResult(BETA)
maxRetriesnumber(BETA)
retryDelayMs?number(BETA) (Optional)