Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "node_modules/@slack/client/dist/retry-policies.d"

Index

Variables

Const fiveRetriesInFiveMinutes

fiveRetriesInFiveMinutes: RetryOptions

Short & sweet, five retries in five minutes and then bail.

Const policies

policies: object

Type declaration

Const rapidRetryPolicy

rapidRetryPolicy: RetryOptions

This policy is just to keep the tests running fast.

Const retryForeverExponential

retryForeverExponential: RetryOptions

Keep retrying forever, with an exponential backoff.

Const retryForeverExponentialCapped

retryForeverExponentialCapped: RetryOptions

Same as retryForeverExponential, but capped at 30 minutes. TODO: should this name really have "forever" in it? if not, remove from all the derived names below

Const retryForeverExponentialCappedRandom

retryForeverExponentialCappedRandom: RetryOptions

Same as retryForeverExponentialCapped, but with randomization to prevent stampeding herds.

Generated using TypeDoc