FixedDelayRetryOptions interface
属性
| delay |
重试之间使用的延迟。 可以是以毫秒为单位的数字或 Duration 对象 |
| max |
每个函数执行允许的最大重试次数。 -1 表示无限期重试。 |
| strategy | 允许在每次重试之间运行指定的时间。 |
属性详细信息
delayInterval
maxRetryCount
每个函数执行允许的最大重试次数。 -1 表示无限期重试。
maxRetryCount: number
属性值
number
strategy
允许在每次重试之间运行指定的时间。
strategy: "fixedDelay"
属性值
"fixedDelay"