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, the models expose the /health/status endpoint. However, this endpoint is only active when you explicitly override the health_status method of your model class.
When that method is not overriden, the endpoint will just return a 400. It would be good to, instead, fallback to a default behaviour for /health/status similar to /health/ping (which can still be later overriden by extending the health_status method).
The text was updated successfully, but these errors were encountered:
Currently, the models expose the
/health/status
endpoint. However, this endpoint is only active when you explicitly override thehealth_status
method of your model class.When that method is not overriden, the endpoint will just return a
400
. It would be good to, instead, fallback to a default behaviour for/health/status
similar to/health/ping
(which can still be later overriden by extending thehealth_status
method).The text was updated successfully, but these errors were encountered: