Skip to content

[bug] embedder daemon 因 stale starting 状态永远无法重启(紧急) #450

Description

@libz-renlab-ai

daemon-first-embedder.ts:111:125 仅检查 s.status === 'starting',未验证 isDaemonPidAlive(s.pid)。daemon 启动中崩溃后状态卡死,所有 hook 的 spawn 尝试永久 bail,语义匹配永久退回 BM25。修复:加 && isDaemonPidAlive(s.pid)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions