initialDelay up to maxDelay, with optional random jitter to prevent
thundering-herd effects when many clients poll in parallel.
The total number of attempts is capped at maxAttempts.
Constructors
CrossmintPollingConfig
Properties
initialDelay
maxDelay).
maxDelay
maxAttempts
jitter
true, each computed delay is multiplied by a random factor in the range [0.5, 1.0) to spread retries across time.
backoffFactor
Methods
delayForAttempt
attempt index.
