Lightning-AI / Lightning-AI/LitServe
Access Health check endpoint for each LitAPI independently
Open
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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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