Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SystemErrorRetryPolicyOptions

Package version

Options that control how to retry failed requests.

Hierarchy

  • SystemErrorRetryPolicyOptions

Index

Properties

Optional maxRetries

maxRetries: undefined | number

The maximum number of retry attempts. Defaults to 10.

Optional maxRetryDelayInMs

maxRetryDelayInMs: undefined | number

The maximum delay in milliseconds allowed before retrying an operation. Defaults to 64000 (64 seconds).

Optional retryDelayInMs

retryDelayInMs: undefined | number

The amount of delay in milliseconds between retry attempts. Defaults to 1000 (1 second.) The delay increases exponentially with each retry up to a maximum specified by maxRetryDelayInMs.

Generated using TypeDoc