Searched refs:nextBackoffInterval (Results 1 – 3 of 3) sorted by relevance
79 let nextBackoffInterval = computeNextBackoffInterval( variable92 nextBackoffInterval = computeNextBackoffInterval(98 await new Promise((resolve) => setTimeout(resolve, nextBackoffInterval));
63 …let nextBackoffInterval = computeNextBackoffInterval(initialBackoff, retriesCount, backoffOptions);70 … nextBackoffInterval = computeNextBackoffInterval(initialBackoff, retriesCount, backoffOptions);72 await new Promise((resolve) => setTimeout(resolve, nextBackoffInterval));
1 …nextBackoffInterval = computeNextBackoffInterval(\n initialBackoff,\n retriesCount,\n bac…