diff options
author | Erik Johnston <erik@matrix.org> | 2019-09-24 14:18:31 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2019-09-24 15:53:17 +0100 |
commit | 2135c198d17b41297511a2fc3b39551d160069b2 (patch) | |
tree | 9a3c7e47571dc5507f7f516d6eed8186a0ece45f | |
parent | Add wrap_as_background_process decorator. (diff) | |
download | synapse-2135c198d17b41297511a2fc3b39551d160069b2.tar.xz |
Add has_completed_background_update
This allows checking if a specific background update has completed.
-rw-r--r-- | synapse/storage/background_updates.py | 25 |
1 files changed, 24 insertions, 1 deletions
diff --git a/synapse/storage/background_updates.py b/synapse/storage/background_updates.py |