Skip to content

Add /readyz endponit for model readiness health checks#143

Open
solidDoWant wants to merge 1 commit into
SearchSavior:mainfrom
solidDoWant:feat/add-readiness-endpoint-1
Open

Add /readyz endponit for model readiness health checks#143
solidDoWant wants to merge 1 commit into
SearchSavior:mainfrom
solidDoWant:feat/add-readiness-endpoint-1

Conversation

@solidDoWant

Copy link
Copy Markdown
Contributor

This adds the /readyz health check endpoint discussed on Discord. It will return a 200 response if all models were loaded (that were requested to be loaded by the admin), or a 503 otherwise. This can be used by container orchestrators (e.g. k8s) to restart containers when the service becomes unable to service user requests.

Signed-off-by: solidDoWant <fred.heinecke@yahoo.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant