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
Right now when we create an application we register a /_mgmt/ping endpoint to enable check for liveliness. This if fine but usually system (e.g Kubernetes) would want to check for readiness (a.k.a make sure database connection works, ...)
Right now when we create an application we register a
/_mgmt/ping
endpoint to enable check forliveliness
. This if fine but usually system (e.g Kubernetes) would want to check forreadiness
(a.k.a make sure database connection works, ...)stac-fastapi/stac_fastapi/api/stac_fastapi/api/app.py
Lines 364 to 373 in a402be8
I propose we register another
health
endpoint/_mgmt/health
which can return more information about the applicationreadiness
.ref: stac-utils/stac-fastapi-pgstac#229
cc @emmanuelmathot
The text was updated successfully, but these errors were encountered: