fix(cli): health-check collab_web over its Unix socket, not TCP (cherry-pick) #70
No reviewers
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_collab!70
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "healthcheck_main"
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?
Cherry-pick of #69 (squash
8e3ad9a) from development to main.Same bug on main: collab_web's hero_proc health check used
http://localhost/health(parsed as TCP, always refused) instead ofhttp+unix://web.sock, so hero_proc killed the healthy daemon every ~14s and restart-looped it tofailed. Now uses the http-over-UDS form.Verified on development: collab_web stays
running attempt=0under hero_proc for 40s+. Code path identical on main.