Files
server-ops/daily/2026-06-15.md
2026-06-16 00:42:28 +08:00

35 lines
1.2 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 2026-06-15 运维日志
## 微信读书笔记体系打通
- WEREAD_API_KEY 配置并固化到用户级 MEMORY.md
- 确认 weread-notes 仓库 48 本书数据完整
- Gitea 仓库:`fxy/weread-notes`
## Memos 卡片备份修复
- 重建 sync_cards.py 脚本(原脚本为空导致备份中断)
- 修复去重逻辑uid 优先 + 文件名兜底
- 清理 17 个历史重复文件,最终 25 张卡片完整无重复
- cron 每30分钟自动备份
## 自动化任务全面巡检
### 已清理的失效任务
- beast-trader 相关 3 项(仓库已拆分,脚本路径失效)
- boox-reader 同步 1 项(冯总已废弃该路线)
### 正常运行的任务19项
| 任务 | 频率 | 状态 |
|:---|:---:|:---:|
| 日报生成 | 23:55 | ✅ |
| 灵感分析 | 22:30 | ✅ |
| 卡片备份 | 每30min | ✅ 已修复 |
| Weread 同步 | 每小时 | ✅ |
| Weread 日报 | 22:00 | ✅ |
| 每日要闻(6项) | 每6小时 | ✅ |
| 备份 | 04:00 | ✅ |
| 余额查询 | 每整点 | ✅ |
## 数据架构确立
- L0 原始素材层Memos + Weread纯备份不做AI分析
- L1 深度分析层灵感收集器统一读取两个L0源后执行一次AI分析
- 服务器变动不纳入每日分析