Merge branch 'master' into work-2024-02-04_2

This commit is contained in:
Joakim Frostegård 2024-02-04 17:25:08 +01:00 committed by GitHub
commit c58e84c6eb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -126,7 +126,7 @@ pub fn run(config: Config) -> ::anyhow::Result<()> {
})
.context("spawn swarm worker")?;
join_handles.push((WorkerType::Socket(i), handle));
join_handles.push((WorkerType::Swarm(i), handle));
}
#[cfg(feature = "prometheus")]