MaxAttempts
maxAttempts(
count
):PollStrategy
Defined in: packages/agent/src/polling/strategy.ts:58
Error out after a maximum number of polling has been done.
Parameters
Section titled “Parameters”number
The maximum attempts to poll.
maxAttempts(
count
):PollStrategy
Defined in: packages/agent/src/polling/strategy.ts:58
Error out after a maximum number of polling has been done.
number
The maximum attempts to poll.