Skip to content

DefaultStrategy

defaultStrategy(): PollStrategy

Defined in: packages/agent/src/polling/strategy.ts:19

A best practices polling strategy: wait 2 seconds before the first poll, then 1 second with an exponential backoff factor of 1.2. Timeout after 5 minutes.

PollStrategy