fix(infra): Worker healthcheck YAML 修复 + APP_VERSION 默认值 #183

Merged
xiaoxia merged 1 commits from develop into main 2026-07-03 11:14:40 +08:00
Owner
  1. Worker healthcheck: 修复 YAML 嵌套引号导致解析失败,改用 grep 方案
  2. APP_VERSION: 添加 :-unknown 默认值防止健康检查端点崩溃
1. Worker healthcheck: 修复 YAML 嵌套引号导致解析失败,改用 grep 方案 2. APP_VERSION: 添加 :-unknown 默认值防止健康检查端点崩溃
xiaoxia added 1 commit 2026-07-03 11:14:34 +08:00
fix(infra): 修复 worker healthcheck YAML 语法 & APP_VERSION 添加默认值
Deploy / Build Production Runtime Images (push) Has been skipped
Deploy / Deploy Production (push) Has been skipped
Deploy / Production Browser E2E (push) Has been skipped
Tests / lint (pull_request) Failing after 145h39m28s
Tests / test (pull_request) Failing after 145h39m28s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 145h39m53s
CI/CD Pipeline / Validate Code Quality And Tests (pull_request) Failing after 145h39m59s
Deploy / Deploy Staging (push) Failing after 145h40m35s
CI/CD Pipeline / Frontend Lint (push) Failing after 145h41m1s
CI/CD Pipeline / Validate Code Quality And Tests (push) Failing after 145h41m9s
ae20d5137a
- Worker healthcheck: 原 python3 单引号嵌套导致 YAML 解析错误,改用 grep -q celery /proc/1/cmdline
- APP_VERSION: 添加 :-unknown 默认值,防止变量缺失时健康检查端点崩溃
xiaoxia merged commit faec1791ad into main 2026-07-03 11:14:40 +08:00
Sign in to join this conversation.