fix: retryタスクのcompleted_atクリア漏れを修正
startReExecutionで失敗タスクをrunningに戻す際、 completed_atをnullにリセットしていなかったためZodバリデーションエラーが発生していた。
This commit is contained in:
parent
4f8255d509
commit
f479869d72
@ -195,6 +195,7 @@ export class TaskLifecycleService {
|
||||
...target,
|
||||
status: 'running',
|
||||
started_at: nowIso(),
|
||||
completed_at: null,
|
||||
owner_pid: process.pid,
|
||||
failure: undefined,
|
||||
start_movement: startMovement,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user