From 8006c2b019b662b09e901523ba985a425d7783f7 Mon Sep 17 00:00:00 2001
From: TevinClaw <510129976@qq.com>
Date: Mon, 16 Mar 2026 10:53:10 +0800
Subject: [PATCH] 添加本地三层记忆记录文件到git
---
cron/jobs.json | 11 +++++++++--
1 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/cron/jobs.json b/cron/jobs.json
index 6d263e6..56532e2 100644
--- a/cron/jobs.json
+++ b/cron/jobs.json
@@ -7,7 +7,7 @@
"description": "每天早上9点AI早报",
"enabled": true,
"createdAtMs": 1773390853562,
- "updatedAtMs": 1773392478112,
+ "updatedAtMs": 1773536472466,
"schedule": {
"kind": "cron",
"expr": "0 9 * * *",
@@ -25,7 +25,14 @@
"to": "ou_53994d69bfaad1bfa5ca4c658de5b23f"
},
"state": {
- "nextRunAtMs": 1773536400000
+ "nextRunAtMs": 1773622800000,
+ "lastRunAtMs": 1773536400033,
+ "lastRunStatus": "ok",
+ "lastStatus": "ok",
+ "lastDurationMs": 72433,
+ "lastDelivered": true,
+ "lastDeliveryStatus": "delivered",
+ "consecutiveErrors": 0
}
},
{
--
Gitblit v1.9.1