1 reference to ExponentialBackOff
Aspire.Dashboard (1)
ServiceClient\DashboardClient.cs (1)
314
var delay =
ExponentialBackOff
(retryContext.ErrorCount, maxSeconds: 15);