fix(#438): use QueueSource::AutoUpdate for StartupSweep parent, fix AutoUpdate doc
This commit is contained in:
parent
ba7e9b0ef2
commit
025746b674
2 changed files with 10 additions and 6 deletions
|
|
@ -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,
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in a new issue