diff options
author | Erik Johnston <erik@matrix.org> | 2019-06-07 12:26:59 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2019-06-07 12:26:59 +0100 |
commit | 2cca90dd40a5411a3b01b57b5f74b472b2de2cfc (patch) | |
tree | 9bdf9991e0d2c320652c7dd80016fbf172433dac | |
parent | Only start background group attestation renewals on master (diff) | |
download | synapse-2cca90dd40a5411a3b01b57b5f74b472b2de2cfc.tar.xz |
Newsfile
-rw-r--r-- | changelog.d/5389.bugfix | 1 |
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. |