fix(apps): repair orchestrator starts before launch

This commit is contained in:
archipelago
2026-05-18 09:20:12 -04:00
parent d0b08d2790
commit 7104ba0cbf
2 changed files with 6 additions and 0 deletions
@@ -668,6 +668,7 @@ async fn do_orchestrator_package_start(
if i > 0 {
tokio::time::sleep(std::time::Duration::from_secs(2)).await;
}
repair_before_package_start(name).await;
match orchestrator.start(name).await {
Ok(()) => wait_after_orchestrator_start(name).await,
Err(e) if is_unknown_app_id_error(&e) => {