Function: nextPollDelay()
nextPollDelay(
attempt,baseMs):number
Delay before the next poll attempt: exponential backoff capped at POLL_MAX_DELAY_MS, plus jitter so several apps booting against the same workspace do not retry in lockstep.
Parameters
Section titled “Parameters”attempt
Section titled “attempt”number
baseMs
Section titled “baseMs”number
Returns
Section titled “Returns”number