Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RetryInputConfig

Hierarchy

  • RetryInputConfig

Index

Properties

Optional maxAttempts

maxAttempts: number | Provider<number>

The maximum number of times requests that encounter retryable failures should be attempted.

Optional retryStrategy

The strategy to retry the request. Using built-in exponential backoff strategy by default.