fix: 生产稳定性修复(锁重入队退避+启动脚本)+ secret-scan 误报修复 - #1240
Open
cytzrs wants to merge 3 commits into
Open
Conversation
added 3 commits
September 2, 2026 09:32
- sqlite store: vec0 相关调整(配合僵尸chunk修复) - pipeline-worker/stateful-pipeline-manager: 蒸馏稳定性 - v2-router/l0-recorder/skill-format: 小修 - chat-memory(panel): 分页直查 asset_id 绕开 limit 截断 - credit-reporter: 空URL降噪 - start-*.sh: 启动参数调整 - .gitignore: 补 out/
Collaborator
|
Thank you so much for your attention and contribution! We will arrange an internal review for this PR shortly, and all feedback will be shared right here in the discussion. |
1 similar comment
Collaborator
|
Thank you so much for your attention and contribution! We will arrange an internal review for this PR shortly, and all feedback will be shared right here in the discussion. |
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.
概要
长期生产运行中沉淀的 3 组修复:
1. pipeline-worker 锁冲突重入队(b37fcc5 部分)
上游
MAX_LOCK_REQUEUE=15即时重排无退避;海量导入场景下同 agent 多 session 争锁易惊群。此版改为指数退避 + 死信队列(超限进 DLQ 可观测,而非静默丢弃)。对应 Issue #549 的"接力任务静默断裂"路径。2. 启动脚本与运维修正(b37fcc5 部分)
start-proxy.sh/start-memory-core.sh/start-memory-hub.sh参数化调整credit-reporter空 URL 降噪v2-router/l0-recorder/skill-format小修3. secret-scan 误报(2 个独立形态)
preset.ts注释中task-optional-memory的sk-内嵌误命中规则1 → 改写措辞(422375c)"apiKey": "${KEY_PLACEHOLDER}"占位符不在白名单 → PLACEHOLDER 补\$\{[A-Z_]+\}形态(48b7392)测试
🤖 Generated with Claude Code