auto-sync: 2026-06-01 21:48:31

This commit is contained in:
cfdaily
2026-06-01 21:48:31 +08:00
parent 3fbb3a956c
commit aaafe91093
2 changed files with 13 additions and 12 deletions
+2 -1
View File
@@ -1281,7 +1281,8 @@ Parent Task ID: {parent_task.id}
logger.error("Task %s: executor crash limit (3/30m), marking failed", task.id)
continue
start_time_str = task.started_at or task.claimed_at
# #07.3 ACT-1: updated_at fallback 覆盖 mail auto-working(无 started_at/claimed_at
start_time_str = task.started_at or task.claimed_at or task.updated_at
if not start_time_str:
continue
try: