synapse-product/synapse/replication
Erik Johnston 2b7c180879
Start fewer opentracing spans (#8640)
#8567 started a span for every background process. This is good as it means all Synapse code that gets run should be in a span (unless in the sentinel logging context), but it means we generate about 15x the number of spans as we did previously.

This PR attempts to reduce that number by a) not starting one for send commands to Redis, and b) deferring starting background processes until after we're sure they're necessary.

I don't really know how much this will help.
2020-10-26 09:30:19 +00:00
..
http Fix message duplication if something goes wrong after persisting the event (#8476) 2020-10-13 12:07:56 +01:00
slave Replace DeferredCache with LruCache where possible (#8563) 2020-10-19 12:20:29 +01:00
tcp Start fewer opentracing spans (#8640) 2020-10-26 09:30:19 +00:00
__init__.py Add a /replication API for extracting the updates that happened on 2016-03-01 14:49:41 +00:00