We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e1d4db commit 896edf1Copy full SHA for 896edf1
packages/core/src/v3/errors.ts
@@ -179,7 +179,6 @@ export function shouldRetryError(error: TaskRunError): boolean {
179
case "TASK_EXECUTION_FAILED":
180
case "TASK_RUN_CRASHED":
181
case "TASK_RUN_HEARTBEAT_TIMEOUT":
182
- // TODO: check we really want to retry here, these could be oom errors
183
case "TASK_PROCESS_EXITED_WITH_NON_ZERO_CODE":
184
return true;
185
0 commit comments