7 writes to DelayBase
Microsoft.DotNet.Build.Tasks.Feed (2)
src\common\AzureStorageUtils.cs (1)
110
DelayBase
= 2.5 // 2.5 ^ 5 = ~1.5 minutes max wait between retries
src\common\GeneralUtils.cs (1)
32
DelayBase
= 5,
Microsoft.DotNet.Build.Tasks.Feed.Tests (4)
PublishToSymbolServerTest.cs (4)
278
publishTask.RetryHandler = new ExponentialRetry() { MaxAttempts = 3,
DelayBase
= 1 };
321
publishTask.RetryHandler = new ExponentialRetry() { MaxAttempts = 3,
DelayBase
= 1 };
364
publishTask.RetryHandler = new ExponentialRetry() { MaxAttempts = 2,
DelayBase
= 1 };
427
publishTask.RetryHandler = new ExponentialRetry() {MaxAttempts = 3,
DelayBase
= 1};
Microsoft.DotNet.Helix.Sdk (1)
FindDotNetCliPackage.cs (1)
25
DelayBase
= 3.0
1 reference to DelayBase
Microsoft.Arcade.Common (1)
ExponentialRetry.cs (1)
57
(Math.Pow(
DelayBase
, i) + DelayConstant) * randomFactor);