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
// load() method is called in the application's startup code path.
89
+
// Unhandled exceptions cause application crash which can result in crash loops as orchestrators attempt to restart the application.
90
+
// 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