8 writes to DelayBase
Microsoft.DotNet.Build.Tasks.Feed (3)
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,
src\PublishArtifactsInManifestBase.cs (1)
226
DelayBase
= 2.5 // 2.5 ^ 5 = ~1.5 minutes max wait between retries
Microsoft.DotNet.Build.Tasks.Feed.Tests (4)
PublishToSymbolServerTest.cs (4)
272
publishTask.RetryHandler = new ExponentialRetry() { MaxAttempts = 3,
DelayBase
= 1 };
315
publishTask.RetryHandler = new ExponentialRetry() { MaxAttempts = 3,
DelayBase
= 1 };
358
publishTask.RetryHandler = new ExponentialRetry() { MaxAttempts = 2,
DelayBase
= 1 };
421
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);