Feat/understand api queue#2889
Merged
Merged
Conversation
qin-ctx
requested changes
Jun 29, 2026
qin-ctx
left a comment
Collaborator
There was a problem hiding this comment.
这次先发布两条 blocking bug 和一条建议。主要问题是:ExternalParse 把解析延后到队列后,源文件和 watch 生命周期没有一起迁移,导致现有 temp upload 与 watch_interval 场景回归。
qin-ctx
requested changes
Jun 30, 2026
qin-ctx
left a comment
Collaborator
There was a problem hiding this comment.
补充为行内评论,便于直接定位。两个问题都是 blocking。
qin-ctx
requested changes
Jul 1, 2026
Collaborator
There was a problem hiding this comment.
这轮继续 REQUEST_CHANGES。PR 目标是让 UnderstandingAPI 的 wait=false 改成 ExternalParse 队列异步处理。旧的 watch、ParserRouter、空 root_uri、reason memory 的部分问题已经有进展,但当前还剩几个 blocking 回归:默认 telemetry 场景 task 会提前完成;MCP temp upload 仍会把即将删除的路径写进队列;resource reservation 用 exact lock 破坏原有 tree-lock 语义;lock handoff retry 会卡住队列 in_progress;启动恢复消息可能在 memory link service 完成依赖注入前被消费。
qin-ctx
approved these changes
Jul 1, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Support asynchronous processing of understanding api when wait = false
Related Issue
Type of Change
Changes Made
Testing
Checklist
Screenshots (if applicable)
Additional Notes