summary refs log tree commit diff
path: root/changelog.d/9770.bugfix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix sharded federation sender sometimes using 100% CPU.Erik Johnston2021-04-081-0/+1
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.