hero_embedder_server fails because hero_embedderd model load > 30s timeout #29
Labels
No labels
prio_critical
prio_low
type_bug
type_contact
type_issue
type_lead
type_question
type_story
type_task
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
lhumina_code/hero_embedder#29
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Symptom
POST /hero_embedder/ui/rpcreturns 404 withSocket 'rpc.sock' not found for 'hero_embedder'. Hits 31 times in QA audit.Root cause
hero_embedder_serverjob is infailedstate. It starts beforehero_embedderdfinishes loading models, fails the daemon health check (30s timeout), and gives up:Without the server running,
rpc.socknever gets created, and hero_router's sibling-shortcut for/<svc>/ui/rpc→ rpc.sock 404s.Fix options
hero_embedder_serverretry/wait for the daemon instead of giving up after 30s.hero_embedder_servershould depend onhero_embedderdbeing ready (not just running).