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 9b1877b commit cf9398bCopy full SHA for cf9398b
1 file changed
packages/core/src/v3/errors.ts
@@ -351,6 +351,7 @@ export function shouldLookupRetrySettings(error: TaskRunError): boolean {
351
case "INTERNAL_ERROR": {
352
switch (error.code) {
353
case "TASK_PROCESS_EXITED_WITH_NON_ZERO_CODE":
354
+ case "TASK_PROCESS_SIGTERM":
355
return true;
356
357
default:
0 commit comments