feat(FN-2895): merge fusion/fn-2895

- feat(FN-2895): complete Step 7 — documentation and delivery

Fusion-Task-Id: FN-2895
This commit is contained in:
Fusion
2026-04-28 21:50:27 -07:00
committed by gsxdsm
parent 901d61fa85
commit 531b13e6ad
9 changed files with 384 additions and 89 deletions

View File

@@ -0,0 +1,5 @@
---
"@runfusion/fusion": patch
---
Recover automatically from SQLite FTS5 corruption errors during task upserts by rebuilding the `tasks_fts` index and retrying once. Also adds FTS5 index rebuild/integrity helpers in core database code and extends task store health checks to validate FTS5 integrity.

View File

@@ -0,0 +1,5 @@
---
"@runfusion/fusion": patch
---
Add executor watchdogs to recover stuck `fn_task_done` and workflow rerun handoffs faster.