feat(orchestrator): complete container migration and release hardening
This commit is contained in:
@@ -109,7 +109,8 @@ impl RpcHandler {
|
||||
// transitional variant. Done BEFORE the spawn so the WebSocket push
|
||||
// beats the RPC response — the UI should see "Stopping…" the moment
|
||||
// it gets the RPC ok, not on the next scan.
|
||||
let pre_state = flip_to_transitional(&state_manager, &app_id, op.transitional_state()).await;
|
||||
let pre_state =
|
||||
flip_to_transitional(&state_manager, &app_id, op.transitional_state()).await;
|
||||
|
||||
let log_prefix = op.log_prefix();
|
||||
let app_id_log = app_id.clone();
|
||||
|
||||
Reference in New Issue
Block a user