bug(daemon): hot-reload watcher kills in-flight workflow runs #134
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Bug
When a workflow's index.ts is modified while a run is in progress (e.g. workflow-generator modifying sense-generator), the daemon's file watcher immediately drains and respawns the worker, interrupting the active run.
Observed
The in-flight run gets status
interrupted.Expected
Repro
Impact
小橘 🍊(NEKO Team)