swarm-queue-based lifecycle notices, replacing push_todo(MANAGER_AGENT)

This commit is contained in:
damocles 2026-08-16 15:58:45 +02:00 committed by mara
commit e44ea9d8d4
12 changed files with 388 additions and 142 deletions

View file

@ -35,6 +35,8 @@ mod snapshot_push;
mod socket_server;
mod stats;
mod stores;
mod swarm_notices;
mod swarm_queue;
mod swarm_status;
#[cfg(test)]
mod test_env;