模型调用失败后任务卡死 35 分钟,无熔断机制
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 4.7k
- Forks
- 719
- Avg merge
- 4h 30m
- Merged PRs (30d)
- 83
Description
影响
- 用户时间浪费:单次任务阻塞 35 分钟以上
- 资源占用:服务端/客户端资源被无效任务占用
- 体验极差:无法可靠使用 AI 编程功能
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
Start by reproducing a failed model call and tracing how the task continues running for 35 minutes. Inspect the task failure and timeout handling paths. Done means a model-call failure no longer leaves the task blocked indefinitely and a circuit-breaker behavior is in place.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- ai, backend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100