Skip to content

Commit 08db565

Browse files
committed
improve the timed out description
1 parent 6d08842 commit 08db565

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/webapp/app/components/runs/v3/TaskRunStatus.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ const taskRunStatusDescriptions: Record<TaskRunStatus, string> = {
6969
PAUSED: "Task has been paused by the user",
7070
CRASHED: "Task has crashed and won't be retried",
7171
EXPIRED: "Task has surpassed its ttl and won't be executed",
72-
TIMED_OUT: "Task has reached its maxDuration and has been stopped",
72+
TIMED_OUT: "Task has failed because it exceeded its maxDuration",
7373
};
7474

7575
export const QUEUED_STATUSES = [

0 commit comments

Comments
 (0)