Files
lasuite-docs/src/backend/core
Manuel RaynaudandGitHub 8df86e6dc8 ♻️(backend) move lock in create_for_owner action in the serializer
For the create_for_owner action, all the db operation are made in the
serializer. But the lock of the table was acquired in the viewsets, lot
of operation are made between the lock is made and the insert in db. We
move the lock operation closer to the insert in the database. We wrap it
in a transaction to release the lock once the commit made.
2026-04-02 09:34:49 +00:00
..
2025-12-16 22:10:03 +01:00
2026-03-17 17:32:03 +01:00
2026-03-18 15:04:55 +00:00
2026-03-18 16:06:29 +01:00
2026-03-17 17:32:03 +01:00