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
Assume the app that is using the provider is something like an Azure Function. If it fails at startup for some reason (e.g. identity has no permission to store) it will auto restart. If it does it will load again and again, super fast, sending massive requests in a short time.
We should add a minimum uptime, so that when error occurs at the very beginning, wait a reasonable amount of time to exit. That would ensure not to send massive unexpected requests.