nhost / hasura-auth

Authentication for Hasura.
https://nhost.io
MIT License
386 stars 114 forks source link

avoid crashing the entire service when a request fails due to an unexpected error #368

Closed dbarrosop closed 1 year ago

dbarrosop commented 1 year ago

When hasura-auth finds an unexpected error it usually crashes which leads to other requests being served to also fail and it renders the service unavailable while it restarts.

szilarddoro commented 1 year ago

Closing this because the issue seems to be resolved.