fix(KB-338): wrap allocateId in configLock to prevent race condition

- Add configLock mutex protection around allocateId to prevent concurrent ID allocation race condition

- Create changeset documenting the race condition fix

- Update line counts in existing changeset files
This commit is contained in:
gsxdsm
2026-03-31 16:32:01 -07:00
parent 8c32ffc54d
commit e512f438b9
2 changed files with 21 additions and 14 deletions

View File

@@ -0,0 +1,5 @@
---
"@gsxdsm/fusion": patch
---
Fix race condition in parallel task creation that could result in incorrect nextId in config.json.