Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IPoolOptions

Hierarchy

  • IPoolOptions

Index

Properties

backoff

Options to configure the backoff policy for the pool. Defaults to using exponential backoff.

Optional maxRetries

maxRetries: number

Number of times we should retry running a query before calling back with an error.

Optional requestTimeout

requestTimeout: number

The length of time after which HTTP requests will error if they do not receive a response.

Generated using TypeDoc