This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
No backoff for failed ServerKeyFetcher request #16368
Labels
X-Needs-Info
This issue is blocked awaiting information from the reporter
Description
My server tries to fetch a key from a remote server for federation. The connection if refused by the other server but synapse retries every few seconds (~6 retries per minute).
The logged message repeats every few seconds. i tried blocking the domain via firewall or dns entry but this only changes the message a bit (e.g. instead of connection refused I get dns lookup failed). I noticed the issue because the domain rsolabs.com is one of the top domains listed in my pihole. I suspect there is some sort of backoff required to stop this.
docker logs synapse 2>&1 | rg rsolabs
I also tried
synapse v1.93.0rc1
but the issue still occurs there.Steps to reproduce
I have no idea how to reproduce
Homeserver
matrix.pygos.space
Synapse Version
1.92.3
Installation Method
Docker (matrixdotorg/synapse)
Database
postgresql-15.4, single server, no port, no restore
Workers
Multiple workers
Platform
Hardware: Raspberry Pi 4b
OS: Gentoo Linux
Virtualization: Docker
Configuration
Nothing special. I'm using the server only for myself. It runs on defaults mostly.
Relevant log output
Anything else that would be useful to know?
No response
The text was updated successfully, but these errors were encountered: