From 566b619f9fb4280e31c73ca0dd7ea22cbe3014d5 Mon Sep 17 00:00:00 2001
From: TevinClaw <510129976@qq.com>
Date: Sun, 15 Mar 2026 10:09:22 +0800
Subject: [PATCH] 首次心跳执行记录
---
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