Files
lasuite-docs/src
Anthony LC 4307b4f433 🐛(backend) race condition create doc
When 2 docs are created almost at the same time,
the second one will fail because the first one.
We get a unicity error on the path key already
used ("impress_document_path_key").
To fix this issue, we will lock the table the
time to create the document, the next query will
wait for the lock to be released.
2025-04-22 11:43:29 +02:00
..
2025-04-22 11:43:29 +02:00
2025-04-13 13:25:40 +02:00
2025-04-08 12:41:38 +02:00