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