MCPcopy Create free account
hub / github.com/celo-org/developer-tooling / selectiveRetryAsyncWithBackOff

Function selectiveRetryAsyncWithBackOff

packages/sdk/base/src/async.ts:68–97  ·  view source on GitHub ↗
(
  inFunction: InFunction<T, U>,
  tries: number,
  dontRetry: string[],
  params: T,
  delay = 100,
  factor = 1.5,
  logger: Logger | null = null
)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

async.test.tsFile · 0.90
async.test.tsFile · 0.90
fetchFromURLMethod · 0.90

Calls 1

sleepFunction · 0.85

Tested by

no test coverage detected