diff options
author | Erik Johnston <erik@matrix.org> | 2020-04-28 13:34:12 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-28 13:34:12 +0100 |
commit | 38919b521e209d5020dba3e8394d8213b07f6bf9 (patch) | |
tree | 1f78b1226aeccf8fe9f1c7c520b0109201432c29 /synapse/app | |
parent | Fix incorrect metrics reporting for renew_attestations (#7344) (diff) | |
download | synapse-38919b521e209d5020dba3e8394d8213b07f6bf9.tar.xz |
Run replication streamers on workers (#7146)
Currently we never write to streams from workers, but that will change soon
Diffstat (limited to 'synapse/app')
-rw-r--r-- | synapse/app/generic_worker.py | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/synapse/app/generic_worker.py b/synapse/app/generic_worker.py |