hyperhive/hive-jobq-wire/src
Repository files (latest commit first)
Filename Latest commit message Latest commit date
atlas 24cd7f6d65 jobq: stamp created_at on every node, beside started_at/finished_at
`Node` carried two of the three lifecycle timestamps; the third lived on
hive-c0re's `NodeKind::Dag` container payload, a core-specific wrapper the
graph knows nothing about. Give it its real home so the container's copy
becomes redundant rather than load-bearing.

Not an `Option` like its neighbours: starting and finishing are events that
may never happen, but a node that exists was created. Modelling it as
optional would encode a state the graph cannot be in.

`hive-jobq-wire::GraphNode` gains the field in the same commit — it already
carries the other two, and without this one the value cannot reach a viewer
when the container's copy is deleted.
2026-08-03 15:33:12 +02:00
..
lib.rs jobq: stamp created_at on every node, beside started_at/finished_at 2026-08-03 15:33:12 +02:00