Harden async task flows and enhance analysis tooling
这个提交包含在:
@@ -232,6 +232,10 @@ function createTask(state: MockAppState, input: {
|
||||
progress: input.progress ?? 100,
|
||||
result: input.result ?? null,
|
||||
error: input.error ?? null,
|
||||
attempts: input.status === "failed" ? 2 : 1,
|
||||
maxAttempts: input.type === "media_finalize" ? 90 : 3,
|
||||
startedAt: nowIso(),
|
||||
completedAt: input.status === "queued" || input.status === "running" ? null : nowIso(),
|
||||
createdAt: nowIso(),
|
||||
updatedAt: nowIso(),
|
||||
};
|
||||
|
||||
在新工单中引用
屏蔽一个用户