fix(FN-2116): use sqlite-backed agent storage
This commit is contained in:
5
.changeset/fix-unpause-resume-loop.md
Normal file
5
.changeset/fix-unpause-resume-loop.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@gsxdsm/fusion": patch
|
||||
---
|
||||
|
||||
Prevent unpaused in-progress tasks from recursively scheduling execution while resume logging emits task updates.
|
||||
5
.changeset/sqlite-backed-agents.md
Normal file
5
.changeset/sqlite-backed-agents.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@gsxdsm/fusion": patch
|
||||
---
|
||||
|
||||
Move agent lifecycle storage from file-backed JSON records to SQLite and stop heartbeat timers when agents are disabled, deleted, or terminated.
|
||||
Reference in New Issue
Block a user