fix: decouple stuck detector timeout

This commit is contained in:
Berlin Luk
2026-05-11 00:11:23 +08:00
parent 873154f82a
commit 7f87ff05f1
6 changed files with 23 additions and 19 deletions

View File

@@ -2,4 +2,4 @@
"@runfusion/fusion": patch
---
Keep stuck task detection active by falling back to the workflow step timeout when no explicit stuck timeout is configured.
Keep stuck task detection active by default with an explicit task-stuck timeout default, without coupling it to workflow step timeout settings.