Skip to content

[FEATURE] Add health and readiness endpoints for self-hosted deployments #12

@EQuBitC18

Description

@EQuBitC18

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is needed

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions