fix(FN-1285): harden async listener error guards
- Wrap TaskExecutor task:updated async listener logic in a top-level guard and log uncaught listener failures - Add explicit catch handling for ProjectManager activity logging and dashboard stuck-detector settings-triggered checkNow calls - Document async EventEmitter guard conventions in scheduler and hybrid executor listener wiring - Add regression tests for executor and dashboard listener guards and include a patch changeset for @gsxdsm/fusion
This commit is contained in:
5
.changeset/fn-1285-async-listener-guards.md
Normal file
5
.changeset/fn-1285-async-listener-guards.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@gsxdsm/fusion": patch
|
||||
---
|
||||
|
||||
Add top-level async listener error guards in dashboard command wiring to prevent unhandled promise rejections during settings-driven stuck-task checks.
|
||||
Reference in New Issue
Block a user