-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Milestone
Description
Feature Summary
Introduce standardized health and readiness endpoints for operational monitoring and deployment automation.
Problem/Use Case
The backend currently lacks dedicated liveness/readiness endpoints, making it harder to configure probes in self-hosted environments and harder to diagnose runtime issues quickly.
Proposed Solution
Add lightweight endpoints such as /healthz (process up) and /readyz (dependency readiness), returning stable status codes and JSON payloads.
Alternative Solutions
No response
Priority
Would be helpful
Feature Scope
Deployment/Infrastructure
Additional Context
Backend (API/Server), Deployment/Infrastructure, Documentation
Checklist
- This feature would benefit other users, not just me
- I have searched for similar feature requests
- I am willing to help implement this feature
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed