From d9f89370af01c71789055bbbf753447320c5f88a Mon Sep 17 00:00:00 2001 From: lyon Date: Fri, 19 Jun 2026 03:11:06 +0800 Subject: [PATCH] config: set v03 timezone to Asia/Shanghai --- deploy/deploy.yaml | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/deploy/deploy.yaml b/deploy/deploy.yaml index 7a0d4592..c8d2f5da 100644 --- a/deploy/deploy.yaml +++ b/deploy/deploy.yaml @@ -304,6 +304,7 @@ lanes: - internal/agent/prompts/ - skills/hwlab-agent-runtime/ env: + TZ: Asia/Shanghai HWLAB_METRICS_NAMESPACE: hwlab-v03 HWLAB_OBSERVABILITY_CONFIG_REVISION: PJ2026-01060505-20260618-no-response-timeout HWLAB_CODE_AGENT_TURN_STATUS_REFRESH_TIMEOUT_MS: "2500" @@ -322,7 +323,8 @@ lanes: - cmd/hwlab-user-billing/ - internal/userbilling/ - deploy/runtime/boot/hwlab-user-billing.sh - env: {} + env: + TZ: Asia/Shanghai observable: true hwlab-cloud-web: runtimeKind: cloud-web @@ -336,7 +338,8 @@ lanes: - internal/dev-entrypoint/cloud-web-proxy.mjs - internal/dev-entrypoint/cloud-web-routes.mjs - tools/src/hwlab-cli/trace-renderer.ts - env: {} + env: + TZ: Asia/Shanghai observable: true hwlab-gateway: runtimeKind: bun-command @@ -347,7 +350,8 @@ lanes: componentPaths: - cmd/hwlab-gateway/ - internal/sim/ - env: {} + env: + TZ: Asia/Shanghai observable: false hwlab-edge-proxy: runtimeKind: bun-command @@ -368,7 +372,8 @@ lanes: componentPaths: - cmd/hwlab-edge-proxy/ - internal/dev-entrypoint/http.mjs - env: {} + env: + TZ: Asia/Shanghai observable: true hwlab-agent-skills: runtimeKind: skills-bundle @@ -378,12 +383,14 @@ lanes: healthPort: 7430 componentPaths: - skills/ - env: {} + env: + TZ: Asia/Shanghai observable: true envRecipe: osPackages: - ca-certificates - git + - tzdata goOsPackages: - golang-go bunVersion: 1.3.13