feat: 接入 Redis 健康检查

This commit is contained in:
湛兮
2026-06-12 06:38:39 +08:00
parent 8502c93b71
commit 9292d4f12c
9 changed files with 168 additions and 13 deletions
+1
View File
@@ -19,6 +19,7 @@
- `deploy-runs`:发布记录 API、状态模型和 BPMN 步骤摘要。
- `integrations/jenkins`Jenkins API 客户端边界。
- `integrations/gitea`Gitea API 客户端边界。
- `integrations/redis`:Redis PING 健康检查边界,后续 BullMQ worker 复用该模块。
- `notifications/wecom`:企微、飞书和通用 webhook 通知边界。
- `agent-config`:Agent 系统级配置、密钥加密和连接测试。
- `agent`:只面向运维工作流的 LLM 代理边界。