fix: decouple stuck detector timeout

This commit is contained in:
Berlin Luk
2026-05-11 00:11:23 +08:00
parent 4205309114
commit 572e7a8f69
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.