homelab-codex-ws/services/control-plane/src
Oskar Kapala 46ae92b5c1 supervisor: also cancel pending actions for services removed from desired state
Previously _cancel_resolved_pending_actions() only cancelled actions where
the service became healthy. This left orphaned actions when a service was
removed from services.yaml or marked monitor:false.

Add Case 1: if the action's svc_key is no longer in desired_state (either
removed entirely or skipped due to monitor:false), cancel with reason
service_removed_from_desired_state.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-27 15:19:13 +02:00
..
executor.py feat(node-agent): implement health monitor and safe cleanup policy 2026-05-27 13:15:06 +02:00
index.html Implement VPS control-plane deployment profile 2026-05-12 20:19:05 +02:00
operator_ui.py fix(observer+operator-ui): fix stale world state, dict→list API, event time filter 2026-05-27 13:51:03 +02:00
supervisor.py supervisor: also cancel pending actions for services removed from desired state 2026-05-27 15:19:13 +02:00