mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-09 01:16:50 +08:00
fix: sync supervisor architecture health contracts
This commit is contained in:
+2
-17
@@ -40,9 +40,9 @@
|
|||||||
"app.application": 0,
|
"app.application": 0,
|
||||||
"app.chain": 0
|
"app.chain": 0
|
||||||
},
|
},
|
||||||
"count": 53,
|
"count": 52,
|
||||||
"counts_by_kind": {
|
"counts_by_kind": {
|
||||||
"network_sdk": 27,
|
"network_sdk": 26,
|
||||||
"protocol_operation": 7,
|
"protocol_operation": 7,
|
||||||
"raw_transport": 19
|
"raw_transport": 19
|
||||||
},
|
},
|
||||||
@@ -985,21 +985,6 @@
|
|||||||
"target": "requests",
|
"target": "requests",
|
||||||
"uses": []
|
"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": [
|
"bindings": [
|
||||||
"import:urllib3.fields as _urllib3_fields"
|
"import:urllib3.fields as _urllib3_fields"
|
||||||
|
|||||||
@@ -67,7 +67,6 @@ def test_operational_consumers_use_readiness_probe() -> None:
|
|||||||
"""容器、本地前端和性能工具不得再借业务接口判断启动完成。"""
|
"""容器、本地前端和性能工具不得再借业务接口判断启动完成。"""
|
||||||
paths = (
|
paths = (
|
||||||
"docker/Dockerfile",
|
"docker/Dockerfile",
|
||||||
"docker/entrypoint.sh",
|
|
||||||
"scripts/local_setup.py",
|
"scripts/local_setup.py",
|
||||||
"scripts/perf/moviepilot_docker_ab.py",
|
"scripts/perf/moviepilot_docker_ab.py",
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user