feat(locking): Locking module (#9524)

**What**
- Locking Module to manage concurrency
- Default `in-memory` provider
This commit is contained in:
Carlos R. L. Rodrigues
2024-10-11 13:30:06 -03:00
committed by GitHub
parent 5c9e289c4d
commit c8b375ae2d
28 changed files with 806 additions and 39 deletions
+1
View File
@@ -60,6 +60,7 @@
"@medusajs/admin-vite-plugin": patch
"@medusajs/framework": patch
"@medusajs/index": patch
"@medusajs/locking": patch
---
chore: Preview release changeset