libsql / libsql/hrana-client-ts
Retry failed calls to prevent long-lived connection issues.
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 28
- Forks
- 11
- PR merge metrics
- No merged PRs in 30d
Description
Context in this Discord chat.
Sometimes, we get random connection errors that are fixed when we have long-lived connections. However, those get fixed when we retry them. We need to find a way to do this safely.
Contributor guide
No contributing guide indexed for this repository
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
The issue provides no file, test, or entry point; start by locating where calls and long-lived connections are managed, then read the linked Discord discussions for the observed failures and retry constraints. Done means a safe retry approach is defined and verified against the random connection errors without introducing harmful repeated requests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- networking
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100