fix(#438): use QueueSource::AutoUpdate for StartupSweep parent, fix AutoUpdate doc

This commit is contained in:
damocles 2026-06-01 12:19:50 +02:00 committed by mara
commit 025746b674
2 changed files with 10 additions and 6 deletions

View file

@ -220,7 +220,7 @@ pub async fn run(coord: Arc<Coordinator>) -> Result<()> {
let sweep_id = coord.rebuild_queue.enqueue(
crate::rebuild_queue::QueueKind::StartupSweep,
"hyperhive".to_owned(),
crate::rebuild_queue::QueueSource::Manual,
crate::rebuild_queue::QueueSource::AutoUpdate,
format!("startup sweep ({} containers)", containers.len()),
None,
);