From 163969e75af8cbba381844f183c1cb67cb2c4d05 Mon Sep 17 00:00:00 2001 From: Eric Allam Date: Fri, 12 Sep 2025 22:35:14 +0100 Subject: [PATCH] chore(docs): heartbeat timeout is now 5 minutes --- docs/troubleshooting.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/troubleshooting.mdx b/docs/troubleshooting.mdx index 8167b4320a..b6254f62d9 100644 --- a/docs/troubleshooting.mdx +++ b/docs/troubleshooting.mdx @@ -183,7 +183,7 @@ This can happen in different situations, for example when using plain strings as ### Task run stalled executing -If you see a `TASK_RUN_STALLED_EXECUTING` error it means that we didn't receive a heartbeat from your task before the stall timeout. We automatically heartbeat runs every 30 seconds, and the heartbeat timeout is 10 minutes. +If you see a `TASK_RUN_STALLED_EXECUTING` error it means that we didn't receive a heartbeat from your task before the stall timeout. We automatically heartbeat runs every 30 seconds, and the heartbeat timeout is 5 minutes.