Files
fusion/.changeset/fix-id-allocation-race-condition.md
gsxdsm 4211c20b31 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
2026-03-31 16:32:01 -07:00

6 lines
132 B
Markdown

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