From 08db565a7221d728b03a750202ca4dd3be89d74a Mon Sep 17 00:00:00 2001 From: Eric Allam Date: Thu, 3 Oct 2024 12:38:25 -0700 Subject: [PATCH] improve the timed out description --- apps/webapp/app/components/runs/v3/TaskRunStatus.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/webapp/app/components/runs/v3/TaskRunStatus.tsx b/apps/webapp/app/components/runs/v3/TaskRunStatus.tsx index cd80e17ee..b7621544a 100644 --- a/apps/webapp/app/components/runs/v3/TaskRunStatus.tsx +++ b/apps/webapp/app/components/runs/v3/TaskRunStatus.tsx @@ -69,7 +69,7 @@ const taskRunStatusDescriptions: Record = { PAUSED: "Task has been paused by the user", CRASHED: "Task has crashed and won't be retried", EXPIRED: "Task has surpassed its ttl and won't be executed", - TIMED_OUT: "Task has reached its maxDuration and has been stopped", + TIMED_OUT: "Task has failed because it exceeded its maxDuration", }; export const QUEUED_STATUSES = [