You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// App Configuration SDK will not distinguish between CDN and App Configuration endpoints. The SDK will just send request to the endpoint with the given token credential.
110
-
// CDN should be the front door of App Configuration and forward the request to the App Configuration service.
// load() method is called in the application's startup code path.
119
-
// Unhandled exceptions cause application crash which can result in crash loops as orchestrators attempt to restart the application.
120
-
// Knowing the intended usage of the provider in startup code path, we mitigate back-to-back crash loops from overloading the server with requests by waiting a minimum time to propagate fatal errors.
0 commit comments