| Filename | Latest commit message | Latest commit date |
|---|---|---|
Agents run in private netns (always-on isolation). The TCP fallback to 127.0.0.1:<port> was unreachable from the gateway's host netns regardless of whether the per-agent socket marker existed. Remove the conditional entirely: always use the unix socket path. If the socket is not yet bound, nginx returns 502 which is already handled by the error_page 502 503 504 = /__hive_agent_unreachable directive in every location block. Also removes the unused lifecycle::agent_web_port call and the now-misleading '.bound state' mention from the render doc comment. |
||
| .. | ||
| src | ||
| Cargo.toml | ||