ProjectTech4DevAI / ProjectTech4DevAI/kaapi-backend
Evaluation: Resolve 429 Rate limit
Open
@AkhileshNegi is already working on this.
Since May 22, 2026.
bug
- Dominant language
- Python
- Stars
- 18
- Forks
- 10
- Avg merge
- 2d 20h
- Merged PRs (30d)
- 14
Description
Is your feature request related to a problem?
After running an evaluation batch, clicking on results triggers a 429 Rate limit error from Langfuse. This prevents users from accessing evaluation results, causing frustration and inefficiency.
raise ApiError(status_code=_response.status_code, body=_response.text)
langfuse.api.core.api_error.ApiError: status_code: 429, body: 429 - rate limit exceeded
Describe the solution you'd like
- Investigate and resolve the cause of the 429 Rate limit error.
- Implement better rate limit handling or notifications for users.
- Ensure users can access results without interruptions after evaluation batch completion.
Screenshots
Original issue
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.
Assessment
This issue has not been assessed yet.