forked-synapse/synapse/federation/sender
Erik Johnston 3a569fb200 Fix sharded federation sender sometimes using 100% CPU.
We pull all destinations requiring catchup from the DB in batches.
However, if all those destinations get filtered out (due to the
federation sender being sharded), then the `last_processed` destination
doesn't get updated, and we keep requesting the same set repeatedly.
2021-04-08 17:34:07 +01:00
..
__init__.py Fix sharded federation sender sometimes using 100% CPU. 2021-04-08 17:34:07 +01:00
per_destination_queue.py Improve tracing for to device messages (#9686) 2021-04-01 17:08:21 +01:00
transaction_manager.py Don't go into federation catch up mode so easily (#9561) 2021-03-15 14:42:40 +00:00