From 828ada12edb7a6e716d71f2f24e5b65aac9fb27e Mon Sep 17 00:00:00 2001
From: TevinClaw <510129976@qq.com>
Date: Mon, 16 Mar 2026 11:34:45 +0800
Subject: [PATCH] config: 更新配置文件和定时任务状态

---
 cron/jobs.json |   23 +++++++++++++++++++----
 1 files changed, 19 insertions(+), 4 deletions(-)

diff --git a/cron/jobs.json b/cron/jobs.json
index 6d263e6..1065ff4 100644
--- a/cron/jobs.json
+++ b/cron/jobs.json
@@ -7,7 +7,7 @@
       "description": "每天早上9点AI早报",
       "enabled": true,
       "createdAtMs": 1773390853562,
-      "updatedAtMs": 1773392478112,
+      "updatedAtMs": 1773624106557,
       "schedule": {
         "kind": "cron",
         "expr": "0 9 * * *",
@@ -25,7 +25,14 @@
         "to": "ou_53994d69bfaad1bfa5ca4c658de5b23f"
       },
       "state": {
-        "nextRunAtMs": 1773536400000
+        "nextRunAtMs": 1773709200000,
+        "lastRunAtMs": 1773623818703,
+        "lastRunStatus": "ok",
+        "lastStatus": "ok",
+        "lastDurationMs": 287854,
+        "lastDelivered": true,
+        "lastDeliveryStatus": "delivered",
+        "consecutiveErrors": 0
       }
     },
     {
@@ -33,7 +40,7 @@
       "name": "memory-weekly-maintenance",
       "enabled": true,
       "createdAtMs": 1773409688576,
-      "updatedAtMs": 1773409688576,
+      "updatedAtMs": 1773624926494,
       "schedule": {
         "kind": "cron",
         "expr": "30 9 * * 1",
@@ -51,7 +58,15 @@
         "to": "ou_53994d69bfaad1bfa5ca4c658de5b23f"
       },
       "state": {
-        "nextRunAtMs": 1773624600000
+        "nextRunAtMs": 1774229400000,
+        "lastRunAtMs": 1773624600007,
+        "lastRunStatus": "error",
+        "lastStatus": "error",
+        "lastDurationMs": 326487,
+        "lastError": "⚠️ 📝 Edit: in , failed",
+        "lastDelivered": true,
+        "lastDeliveryStatus": "delivered",
+        "consecutiveErrors": 1
       }
     }
   ]

--
Gitblit v1.9.1