fix(ansible): persist scheduled candidate incidents

This commit is contained in:
ogt
2026-07-15 20:25:17 +08:00
parent a3dbd06c5f
commit cc4265c076
4 changed files with 55 additions and 3 deletions

View File

@@ -84,6 +84,7 @@ SignalSource = Literal[
"node-exporter",
"sensor-probe",
"sensor-agent",
"iwooos_scheduler",
]
SIGNAL_SOURCE_VALUES: frozenset[str] = frozenset(get_args(SignalSource))