diff --git a/packages/core/src/v3/errors.ts b/packages/core/src/v3/errors.ts index f63f48b99..e06e97a90 100644 --- a/packages/core/src/v3/errors.ts +++ b/packages/core/src/v3/errors.ts @@ -331,6 +331,14 @@ const prettyInternalErrors: Partial< href: links.docs.machines.home, }, }, + TASK_PROCESS_SIGTERM: { + message: + "Your task exited after receiving SIGTERM but we don't know why. If this keeps happening, please get in touch so we can investigate.", + link: { + name: "Contact us", + href: links.site.contact, + }, + }, }; type EnhanceError = T & { @@ -342,6 +350,14 @@ export function taskRunErrorEnhancer(error: TaskRunError): EnhanceError