summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2020-04-27 22:20:10 +0100
committerGitHub <noreply@github.com>2020-04-27 22:20:10 +0100
commit07337fe30bccbd14e2ad2b15299db727e116f66a (patch)
tree2d2277f925725340e1e6283983527e6b18c0032f /changelog.d
parentDocument monitoring workers (#7357) (diff)
downloadsynapse-07337fe30bccbd14e2ad2b15299db727e116f66a.tar.xz
Fix incorrect metrics reporting for renew_attestations (#7344)
We need to wait for the renewals to finish, so that the metrics are correctly
reported.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/7344.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7344.bugfix b/changelog.d/7344.bugfix
new file mode 100644
index 0000000000..8c38f9ef80
--- /dev/null
+++ b/changelog.d/7344.bugfix
@@ -0,0 +1 @@
+Fix incorrect metrics reporting for `renew_attestations` background task.