We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d08842 commit 08db565Copy full SHA for 08db565
apps/webapp/app/components/runs/v3/TaskRunStatus.tsx
@@ -69,7 +69,7 @@ const taskRunStatusDescriptions: Record<TaskRunStatus, string> = {
69
PAUSED: "Task has been paused by the user",
70
CRASHED: "Task has crashed and won't be retried",
71
EXPIRED: "Task has surpassed its ttl and won't be executed",
72
- TIMED_OUT: "Task has reached its maxDuration and has been stopped",
+ TIMED_OUT: "Task has failed because it exceeded its maxDuration",
73
};
74
75
export const QUEUED_STATUSES = [
0 commit comments