diff options
author | Erik Johnston <erik@matrix.org> | 2021-06-29 19:15:47 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-29 19:15:47 +0100 |
commit | 85d237eba789a667109ced140026d2494b210310 (patch) | |
tree | 81748cb2aab20b1d34e8a09775a06abf6eb0803b /synapse/app | |
parent | Incorportate review comments (diff) | |
download | synapse-85d237eba789a667109ced140026d2494b210310.tar.xz |
Add a distributed lock (#10269)
This adds a simple best effort locking mechanism that works cross workers.
Diffstat (limited to 'synapse/app')
-rw-r--r-- | synapse/app/generic_worker.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/synapse/app/generic_worker.py b/synapse/app/generic_worker.py |