summary refs log tree commit diff
path: root/synapse/storage/databases/main/lock.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add a distributed lock (#10269)Erik Johnston2021-06-291-0/+334
This adds a simple best effort locking mechanism that works cross workers.