fix(FN-166): bypass coordination-only overlap leases

Fusion-Task-Id: FN-166
This commit is contained in:
Phil Larson
2026-05-30 05:50:42 -07:00
parent b5178fd9ee
commit f8bda56716
6 changed files with 251 additions and 3 deletions

View File

@@ -0,0 +1,5 @@
---
"@runfusion/fusion": patch
---
Fix scheduler overlap starvation for coordination-only tasks by allowing no-commit/coordination scopes to bypass active file-scope leases when overlaps are limited to safe read-only paths. Implementation tasks with real write-scope overlaps remain serialized behind active leases.