From 1bbb5cbb5261f58242b82f8087f352436bf19ea5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E6=A9=99?= Date: Tue, 21 Apr 2026 14:55:07 +0000 Subject: [PATCH] =?UTF-8?q?fix(heartbeat):=20task-sweep=E4=BB=8E30?= =?UTF-8?q?=E5=88=86=E9=92=9F=E6=94=B9=E4=B8=BA15=E5=88=86=E9=92=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HEARTBEAT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HEARTBEAT.md b/HEARTBEAT.md index f975324..237105f 100644 --- a/HEARTBEAT.md +++ b/HEARTBEAT.md @@ -15,7 +15,7 @@ | `0 4 * * *` | `publish-window-1` | 提醒 Tyrone 复核午间发布窗口草稿 | 微信频道消息 | | `0 12 * * *` | `publish-window-2` | 提醒 Tyrone 复核晚间发布窗口草稿 | 微信频道消息 | | `0 14 * * 0` | `weekly-report` | 生成周报 | `reports/weekly-YYYY-Www.md` + 微信摘要 | -| `*/30 * * * *` | `task-sweep` | 每 30 分钟扫描 `drafts/`/`reports/` 待办项,主动推进可独立完成的任务;发布类任务微信报 Tyrone 待确认 | 微信频道消息 | +| `*/15 * * * *` | `task-sweep` | 每 30 分钟扫描 `drafts/`/`reports/` 待办项,主动推进可独立完成的任务;发布类任务微信报 Tyrone 待确认 | 微信频道消息 | | `0 3 * * 1` | `drafts-gc` | 清理 `drafts/` 中 >14 天未发布且未标记保留的草稿 | 提交一条 git commit + 日志 | | `0 4 * * *` | `session-checkpoint` | 备份 `state/` 并做 git commit | git log |