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 8111a9a commit c5813c4Copy full SHA for c5813c4
packages/core/src/v3/errors.ts
@@ -149,6 +149,7 @@ export function shouldRetryError(error: TaskRunError): boolean {
149
case "TASK_ALREADY_RUNNING":
150
case "TASK_PROCESS_EXITED_WITH_NON_ZERO_CODE":
151
case "TASK_PROCESS_SIGKILL_TIMEOUT":
152
+ case "TASK_PROCESS_SIGTERM":
153
case "TASK_PROCESS_OOM_KILLED":
154
case "TASK_PROCESS_MAYBE_OOM_KILLED":
155
case "TASK_RUN_CANCELLED":
0 commit comments