Skip to content

Commit cf9398b

Browse files
authored
fix(run-engine): retry SIGTERM errors (#2468)
1 parent 9b1877b commit cf9398b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/core/src/v3/errors.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -351,6 +351,7 @@ export function shouldLookupRetrySettings(error: TaskRunError): boolean {
351351
case "INTERNAL_ERROR": {
352352
switch (error.code) {
353353
case "TASK_PROCESS_EXITED_WITH_NON_ZERO_CODE":
354+
case "TASK_PROCESS_SIGTERM":
354355
return true;
355356

356357
default:

0 commit comments

Comments
 (0)