rwadurian/backend/services/snapshot-service/src/infrastructure
hailin 27db2a5aa2 fix(snapshot): 修复备份进行中被删除导致容器崩溃的问题
1. checkDone 中 statSync 加 try-catch,文件被删时 reject 而非 uncaught crash
2. 删除 API 禁止删除 RUNNING 状态的任务,返回 409 Conflict
3. compose 补充 restart: unless-stopped,防止异常退出后服务不可用

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-25 01:30:44 -08:00
..
backup fix(snapshot): 修复备份进行中被删除导致容器崩溃的问题 2026-02-25 01:30:44 -08:00
persistence feat(snapshot): 进度精度升级 — Float百分比 + MB消息存DB 2026-02-24 01:57:47 -08:00
storage fix(snapshot): onModuleInit 增加扫描临时目录清理孤儿文件 2026-02-24 01:45:24 -08:00
infrastructure.module.ts feat(snapshot): 新增 MPC PostgreSQL 备份目标 2026-02-24 03:12:16 -08:00