forked-synapse/synapse/replication/tcp
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
..
streams Only send RDATA for instance local events. (#8496) 2020-10-09 13:10:33 +01:00
__init__.py Fix some spelling mistakes / typos. (#7811) 2020-07-09 09:52:58 -04:00
client.py Make event persisters periodically announce position over replication. (#8499) 2020-10-12 15:51:41 +01:00
commands.py Make event persisters periodically announce position over replication. (#8499) 2020-10-12 15:51:41 +01:00
handler.py Make event persisters periodically announce position over replication. (#8499) 2020-10-12 15:51:41 +01:00
protocol.py Enable mypy checking for unreachable code and fix instances. (#8432) 2020-10-01 08:09:18 -04:00
redis.py Start fewer opentracing spans (#8640) 2020-10-26 09:30:19 +00:00
resource.py Make event persisters periodically announce position over replication. (#8499) 2020-10-12 15:51:41 +01:00