MatrixSynapse/synapse/federation
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
..
sender Fix sharded federation sender sometimes using 100% CPU. 2021-04-08 17:34:07 +01:00
transport Add type hints to the federation handler and server. (#9743) 2021-04-06 07:21:57 -04:00
__init__.py
federation_base.py
federation_client.py Add type hints to expiring cache. (#9730) 2021-04-06 08:58:18 -04:00
federation_server.py Add type hints to the federation handler and server. (#9743) 2021-04-06 07:21:57 -04:00
persistence.py
send_queue.py
units.py