Skip to content

Commit 4e84eee

Browse files
committed
add new status to consts
1 parent 991cb09 commit 4e84eee

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

apps/webapp/app/v3/services/cancelTaskRun.server.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ import { logger } from "~/services/logger.server";
1010

1111
export const CANCELLABLE_STATUSES: Array<TaskRunStatus> = [
1212
"PENDING",
13+
"WAITING_FOR_DEPLOY",
1314
"EXECUTING",
1415
"PAUSED",
1516
"WAITING_TO_RESUME",

apps/webapp/app/v3/services/crashTaskRun.server.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ import { ResumeTaskRunDependenciesService } from "./resumeTaskRunDependencies.se
1313

1414
export const CRASHABLE_RUN_STATUSES: Array<TaskRunStatus> = [
1515
"PENDING",
16+
"WAITING_FOR_DEPLOY",
1617
"EXECUTING",
1718
"PAUSED",
1819
"WAITING_TO_RESUME",

0 commit comments

Comments
 (0)