Lightning-AI / Lightning-AI/LitServe

Access Health check endpoint for each LitAPI independently

Open
#605 4 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
3.9k
Forks
304
Avg merge
3d 13h
Merged PRs (30d)
6

Description

I want to be able to check health of each LitAPI separately
```md
1. localhost:8000/LITAPI_NAME_1/health
2. localhost:8000/LITAPI_NAME_1/health
```
_Originally posted by @aniketmaurya in https://github.com/Lightning-AI/LitServe/pull/604#discussion_r2334329463_

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the LitAPI health-check routing entry point and review the discussion linked from pull request #604. Implement separate health URLs using each LitAPI's name, then verify that each endpoint reports the health of only its corresponding LitAPI.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
api, backend
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
55/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.