Merge pull request #1202 from plarson/fix/skip-blocked-todo-reclaim

fix: skip blocked todo tasks during self-owned reclaim
This commit is contained in:
gsxdsm
2026-05-30 16:33:52 -07:00
committed by GitHub
3 changed files with 23 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
---
"@runfusion/fusion": patch
---
Skip self-owned branch reclaim for dependency-blocked todo tasks so repaired queued work is not repeatedly resumed before its blocker clears.