fix: sync supervisor architecture health contracts

This commit is contained in:
jxxghp
2026-09-06 21:45:17 +08:00
parent 6a3e36087f
commit 3f70440f5f
2 changed files with 2 additions and 18 deletions
+2 -17
View File
@@ -40,9 +40,9 @@
"app.application": 0,
"app.chain": 0
},
"count": 53,
"count": 52,
"counts_by_kind": {
"network_sdk": 27,
"network_sdk": 26,
"protocol_operation": 7,
"raw_transport": 19
},
@@ -985,21 +985,6 @@
"target": "requests",
"uses": []
},
{
"bindings": [
"import:docker as docker"
],
"fingerprint": "20a91ec521f7dfe6a0153dfd8ea49c4bac7f0a16b55f1c0655dfb33f54a01215",
"kind": "network_sdk",
"source": "app.runtime.state",
"target": "docker",
"uses": [
"SystemHelper._check_restart_policy|call:DockerClient",
"SystemHelper._check_restart_policy|call:containers.get",
"SystemHelper._docker_api_restart|call:DockerClient",
"SystemHelper._docker_api_restart|call:containers.get"
]
},
{
"bindings": [
"import:urllib3.fields as _urllib3_fields"
-1
View File
@@ -67,7 +67,6 @@ def test_operational_consumers_use_readiness_probe() -> None:
"""容器、本地前端和性能工具不得再借业务接口判断启动完成。"""
paths = (
"docker/Dockerfile",
"docker/entrypoint.sh",
"scripts/local_setup.py",
"scripts/perf/moviepilot_docker_ab.py",
)