Skip to content

Add /readyz endponit for model readiness health checks#143

Merged
SearchSavior merged 1 commit into
SearchSavior:mainfrom
solidDoWant:feat/add-readiness-endpoint-1
Jun 26, 2026
Merged

Add /readyz endponit for model readiness health checks#143
SearchSavior merged 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>
@SearchSavior SearchSavior merged commit 91ac178 into SearchSavior:main Jun 26, 2026
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.

2 participants