bb-plane-fork/apps/api/plane/db
Dheeraj Kumar Ketireddy 647813a6ab
[WEB-4440] fix: duplicate sequence when creating multiple workitems in rapid succession (#8298)
- Replace advisory lock with transaction-level lock in Issue model save method
- Updated the save method in the Issue model to use a transaction-level advisory lock for better concurrency control.
- Simplified the locking mechanism by removing the explicit unlock step, as the lock is automatically released at the end of the transaction.
- Maintained existing functionality for sequence and sort order management while improving code clarity.
2025-12-10 23:20:41 +05:30
..
management [WEB-5312] migration: work item comments (#8072) 2025-11-21 16:15:07 +05:30
migrations [WEB-5282] chore: triage state in intake (#8135) 2025-11-28 16:16:48 +05:30
models [WEB-4440] fix: duplicate sequence when creating multiple workitems in rapid succession (#8298) 2025-12-10 23:20:41 +05:30
__init__.py chore: rename server to api (#7342) 2025-07-04 15:32:21 +05:30
apps.py chore: rename server to api (#7342) 2025-07-04 15:32:21 +05:30
mixins.py [WEB-5285] feat: enhance ChangeTrackerMixin to capture changed fields on save (#8270) 2025-12-10 00:59:57 +05:30