ProjectTech4DevAI / ProjectTech4DevAI/kaapi-backend

Evaluation: Resolve 429 Rate limit

Open
#873 0 comments 0 reactions 1 assignee View on GitHub

@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

Image
Original issue

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.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.