This commit is contained in:
parent
dca62fda40
commit
0460bbe9ec
2 changed files with 9 additions and 3 deletions
|
|
@ -57,7 +57,9 @@ hive-c0re/ host daemon + CLI (one binary, subcommand-dispatched)
|
|||
/state/hyperhive-events.sqlite
|
||||
src/crash_watch.rs poll every 10s; fire HelperEvent::ContainerCrash
|
||||
when a previously-running container disappears
|
||||
without an operator-initiated transient
|
||||
without an operator-initiated transient (or a
|
||||
RECENT_TRANSIENT_GRACE tombstone within the
|
||||
last 30s, closes #425)
|
||||
src/container_view.rs ContainerView struct + build_all helper;
|
||||
shared between dashboard.rs (cold-load via
|
||||
/api/state) and coordinator.rs's
|
||||
|
|
|
|||
Loading…
Reference in a new issue