hive-c0re: publish each agent's status upward to the swarm queue (#3341 item 1)
This commit is contained in:
parent
5b27aa18c2
commit
e6d5e2da28
4 changed files with 286 additions and 0 deletions
|
|
@ -171,6 +171,11 @@ pub mod status;
|
|||
/// "absence is not a deletion order" rule rather than inheriting either.
|
||||
pub mod wanted;
|
||||
|
||||
/// The bucket per-agent status snapshots are published into — one key per
|
||||
/// `(hive, agent)`, deliberately a sibling of [`status`] rather than a field
|
||||
/// inside it. See the module doc for why the two must not merge.
|
||||
pub mod agent_status;
|
||||
|
||||
/// The subject the swarm controller publishes on when the hive-wide knowledge
|
||||
/// repository has changed. One writer, many readers — every hive subscribes.
|
||||
///
|
||||
|
|
|
|||
Loading…
Reference in a new issue