fix(FN-1952): recover failed review tasks
This commit is contained in:
@@ -1464,6 +1464,8 @@ describe("POST /tasks/:id/retry", () => {
|
||||
error: null,
|
||||
worktree: null,
|
||||
branch: null,
|
||||
baseBranch: null,
|
||||
baseCommitSha: null,
|
||||
stuckKillCount: 0,
|
||||
recoveryRetryCount: null,
|
||||
nextRecoveryAt: null,
|
||||
@@ -1500,6 +1502,8 @@ describe("POST /tasks/:id/retry", () => {
|
||||
error: null,
|
||||
worktree: null,
|
||||
branch: null,
|
||||
baseBranch: null,
|
||||
baseCommitSha: null,
|
||||
stuckKillCount: 0,
|
||||
recoveryRetryCount: null,
|
||||
nextRecoveryAt: null,
|
||||
@@ -1524,6 +1528,8 @@ describe("POST /tasks/:id/retry", () => {
|
||||
error: null,
|
||||
worktree: null,
|
||||
branch: null,
|
||||
baseBranch: null,
|
||||
baseCommitSha: null,
|
||||
stuckKillCount: 0,
|
||||
recoveryRetryCount: null,
|
||||
nextRecoveryAt: null,
|
||||
@@ -1571,6 +1577,8 @@ describe("POST /tasks/:id/retry", () => {
|
||||
error: null,
|
||||
worktree: null,
|
||||
branch: null,
|
||||
baseBranch: null,
|
||||
baseCommitSha: null,
|
||||
stuckKillCount: 0,
|
||||
recoveryRetryCount: null,
|
||||
nextRecoveryAt: null,
|
||||
|
||||
@@ -3263,6 +3263,8 @@ export function createApiRoutes(store: TaskStore, options?: ServerOptions): Rout
|
||||
error: null,
|
||||
worktree: null,
|
||||
branch: null,
|
||||
baseBranch: null,
|
||||
baseCommitSha: null,
|
||||
stuckKillCount: 0,
|
||||
recoveryRetryCount: null,
|
||||
nextRecoveryAt: null,
|
||||
|
||||
Reference in New Issue
Block a user