Skip to content

Commit 896edf1

Browse files
committed
remove non-zero exit comment
1 parent 6e1d4db commit 896edf1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/core/src/v3/errors.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,6 @@ export function shouldRetryError(error: TaskRunError): boolean {
179179
case "TASK_EXECUTION_FAILED":
180180
case "TASK_RUN_CRASHED":
181181
case "TASK_RUN_HEARTBEAT_TIMEOUT":
182-
// TODO: check we really want to retry here, these could be oom errors
183182
case "TASK_PROCESS_EXITED_WITH_NON_ZERO_CODE":
184183
return true;
185184

0 commit comments

Comments
 (0)