improve the timed out description
🚀 Publish Trigger.dev Docker / typecheck (push) Failing after 0s
🚀 Publish Trigger.dev Docker / units (push) Failing after 0s
🚀 Publish Trigger.dev Docker / publish-webapp (push) Has been skipped
🚀 Publish Trigger.dev Docker / publish-worker (push) Has been skipped

This commit is contained in:
Eric Allam
2024-10-03 12:38:25 -07:00
parent 6d0884254e
commit 08db565a72
@@ -69,7 +69,7 @@ const taskRunStatusDescriptions: Record<TaskRunStatus, string> = {
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 = [