ProjectTech4DevAI / ProjectTech4DevAI/kaapi-backend
Gemini TTS: Implement retry mechanism
Open
@Prajna1999 is already working on this.
Since Jul 23, 2026.
- #1069 by @sentry — closed without merging
- Dominant language
- Python
- Stars
- 18
- Forks
- 10
- Avg merge
- 2d 20h
- Merged PRs (30d)
- 14
Description
Is your feature request related to a problem?
There is currently no retry or graceful handling for server-side (500) errors from the Gemini TTS. This can lead to a poor user experience during TTS processes.
Describe the solution you'd like
- Implement a retry mechanism for TTS requests.
- Ensure a graceful exit in case of repeated failures.
Original issue
Describe the current behavior
No retry or graceful handling of Gemini server side (500) type errors for TTS.
Describe the enhancement you'd like
Add retry mechanism with graceful exit.
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.