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
currently, we recommend that there be a healthcheck endpoint that throws 500 if anything's broken. This is a barely-adequate stopgap for now: we probably want a way to pass in conditions that can access the full sequence of calls - something like certain routes always returning a 401 before authorisation occurs.
currently, we recommend that there be a healthcheck endpoint that throws 500 if anything's broken. This is a barely-adequate stopgap for now: we probably want a way to pass in conditions that can access the full sequence of calls - something like certain routes always returning a 401 before authorisation occurs.
could look to https://hackage.haskell.org/package/servant-quickcheck-0.0.10.0 for inspiration here.
The text was updated successfully, but these errors were encountered: