From b24143905a59dab9866e4ba320295575d045150f Mon Sep 17 00:00:00 2001 From: Huawei Date: Thu, 9 Jul 2026 07:56:24 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20Worker=20=E2=86=92=20gis-actions=20?= =?UTF-8?q?=E5=90=8D=E7=A7=B0=E7=BA=A0=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- suite-user/TOOLS.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/suite-user/TOOLS.md b/suite-user/TOOLS.md index 3d9b45c..75b8cfc 100644 --- a/suite-user/TOOLS.md +++ b/suite-user/TOOLS.md @@ -28,9 +28,9 @@ agc suites list agc status ``` -## Worker +## gis-actions(本地执行器) -Worker 运行在你的机器上,是套件的执行引擎。 +gis-actions 运行在你的机器上,是套件的本地执行引擎。 ### 安装前提 @@ -40,10 +40,10 @@ Worker 运行在你的机器上,是套件的执行引擎。 ### 启动 ```bash -python3 worker.py --config worker.json +python3 -m gis_actions --config config.json ``` -Worker 启动后自动连接调度中心,等待执行任务。 +启动后自动连接调度中心,等待执行任务。 ### 数据流向 @@ -51,7 +51,7 @@ Worker 启动后自动连接调度中心,等待执行任务。 你本地的 SHP/GeoJSON/TIFF 文件 │ ▼ -Worker(你的机器) +gis-actions(你的机器) │ docker run gis-base │ 套件脚本处理文件 ▼