Azure / AppConfiguration-DotnetProvider

The .NET Standard configuration provider for Azure App Configuration
https://github.com/Azure/AppConfiguration
MIT License
83 stars 37 forks source link

Use time-based retries in startup instead of numbered retries by default #452

Closed amerjusupovic closed 1 year ago

amerjusupovic commented 1 year ago

It's important to change the default behavior to time-based retries during startup to avoid failing to load the configuration when an application takes a long time to start up.

zhenlan commented 1 year ago

@amerjusupovic sorry, I just realized you already had an issue opened on the subject. I'm closing this one in favor of #458 since more details are included in the other one.