FixedDelayRetryOptions interface

Properties

delayInterval

The delay that's used between retries. This can be a number in milliseconds or a Duration object

maxRetryCount

The maximum number of retries allowed per function execution. -1 means to retry indefinitely.

strategy

A specified amount of time is allowed to elapse between each retry.

Property Details

delayInterval

The delay that's used between retries. This can be a number in milliseconds or a Duration object

delayInterval: number | Duration

Property Value

number | Duration

maxRetryCount

The maximum number of retries allowed per function execution. -1 means to retry indefinitely.

maxRetryCount: number

Property Value

number

strategy

A specified amount of time is allowed to elapse between each retry.

strategy: "fixedDelay"

Property Value

"fixedDelay"