forked-synapse/synapse/replication/tcp
Richard van der Hoff 0e8d78f6aa Logcontexts for replication command handlers
Run the handlers for replication commands as background processes. This should
improve the visibility in our metrics, and reduce the number of "running db
transaction from sentinel context" warnings.

Ideally it means converting the things that fire off deferreds into the night
into things that actually return a Deferred when they are done. I've made a bit
of a stab at this, but it will probably be leaky.
2018-08-17 00:43:43 +01:00
..
__init__.py Fix up docs 2017-03-31 11:19:24 +01:00
client.py Logcontexts for replication command handlers 2018-08-17 00:43:43 +01:00
commands.py Logcontexts for replication command handlers 2018-08-17 00:43:43 +01:00
protocol.py Logcontexts for replication command handlers 2018-08-17 00:43:43 +01:00
resource.py Wrap a number of things that run in the background 2018-07-25 09:41:12 +01:00
streams.py run isort 2018-07-09 16:09:20 +10:00