summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2019-06-17 13:54:29 +0100
committerGitHub <noreply@github.com>2019-06-17 13:54:29 +0100
commit414d2ca3a6342fc78fc402c43ff98d0079822649 (patch)
tree06a7560b022b39aec2c31764ce93619ed1974b51 /changelog.d
parentMove SyTest to Buildkite (#5459) (diff)
parentNewsfile (diff)
downloadsynapse-414d2ca3a6342fc78fc402c43ff98d0079822649.tar.xz
Merge pull request #5389 from matrix-org/erikj/renew_attestations_on_master
Only start background group attestation renewals on master
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/5389.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/5389.bugfix b/changelog.d/5389.bugfix
new file mode 100644
index 0000000000..dd648e26c8
--- /dev/null
+++ b/changelog.d/5389.bugfix
@@ -0,0 +1 @@
+Fix exceptions in federation reader worker caused by attempting to renew attestations, which should only happen on master worker.