Outgoing presence exploded in 1.35.0rc1
See original GitHub issueDescription
There seems to be a huge spike in outgoing presence right after 1.35.0rc1 was released. Incoming presence also went up, but not as much.
My federation sender is also having trouble with metrics after the 1.36.0rc1 upgrade (which is what I was looking into when I noticed the presence problem), but that might be a separate issue:
Version information
- Version: 1.36.0rc1
- Install method: Docker
- Workers: federation sender, 3 generic workers (federation reader, synchrotron,
events
stream writer), appservice sender, media repo
Issue Analytics
- State:
- Created 2 years ago
- Comments:15 (13 by maintainers)
Top Results From Across the Web
No results found
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I can also confirm that applying the patch significantly reduces outgoing transactions and the CPU usage of our federation sender:

The branch
release-v1.36
was created last Tuesday, so under normal circumstances this wouldn’t make it into a release candidate until 1.37.0rc1 on June 22nd. However, the patch applies cleanly to the release branch, and it seems like a big enough deal that we should consider backporting to 1.36 and issuing an rc2. Let me think on that.