Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface WithRetriesOptions

Options for 'withRetries()' function.

Hierarchy

  • WithRetriesOptions

Index

Properties

maxRetries: number

The maximum number of retires.

waitBeforeRetry?: null | number

The optional time in milliseconds to wait until the next try.

Generated using TypeDoc