后端迁移定时任务服务

This commit is contained in:
yml
2026-05-21 16:34:06 +08:00
parent 1c760f1dd3
commit f130bdba78
4 changed files with 32 additions and 22 deletions
+10
View File
@@ -685,6 +685,16 @@
- `npm run typecheck`
- `npm run build`
- `npm test` 共 139 个用例通过
168. Scheduler 定时任务模块迁移到 `.ts`
- `src/services/scheduler/config-service.ts`
- `src/services/scheduler/scheduler-service.ts`
- `src/services/scheduler/cloudtentacles-health-job.ts`
169. 定时任务配置归一化、运行态缓存、立即执行、重载调度、Cloudtentacles 余额健康检查与告警已进入 TS 编译链路;job 配置、timer map、runtime state、健康检查 payload 补齐类型
170. Docker 内验证通过:
- `src/services/admin/platform-config/*.test.js` 共 37 个用例通过
- `npm run typecheck`
- `npm run build`
- `npm test` 共 139 个用例通过
## 下一步建议