feat(health): pipelines加delivery消息通道字段
This commit is contained in:
@@ -1080,6 +1080,7 @@ def build_report():
|
|||||||
"status": status,
|
"status": status,
|
||||||
"last_run": last_run,
|
"last_run": last_run,
|
||||||
"profile": j.get("profile", "?"),
|
"profile": j.get("profile", "?"),
|
||||||
|
"delivery": j.get("delivery", "broadcast"), # 消息通道:broadcast/xmpp/both
|
||||||
"output_missing": output_missing,
|
"output_missing": output_missing,
|
||||||
"output_missing_reason": output_missing_reason,
|
"output_missing_reason": output_missing_reason,
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user