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
I don't see how I can get this to return a 503 (fail) + a custom detail as to why a particular check failed.
Seems that if I return any dict from a check function, that is treated as success. They only way to have a check "fail" is to return None or False.... and in those cases I can't return a dict of details....
anyway to acheive this?
The text was updated successfully, but these errors were encountered:
I don't see how I can get this to return a 503 (fail) + a custom detail as to why a particular check failed.
Seems that if I return any
dict
from a check function, that is treated as success. They only way to have a check "fail" is to return None or False.... and in those cases I can't return a dict of details....anyway to acheive this?
The text was updated successfully, but these errors were encountered: