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

This commit is contained in:
gsxdsm
2026-05-17 22:57:15 -07:00
parent e2938114c0
commit 02ba659dd8
8 changed files with 304 additions and 5 deletions

View File

@@ -0,0 +1,5 @@
---
"@runfusion/fusion": patch
---
Scheduler now prefers runnable todo tasks that unblock the most downstream dependents within the same priority class, so root blockers like FN-4766/FN-4867 stop sitting behind unrelated same-priority work. Urgent tasks still outrank everything.