diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2020-04-27 22:20:10 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-27 22:20:10 +0100 |
commit | 07337fe30bccbd14e2ad2b15299db727e116f66a (patch) | |
tree | 2d2277f925725340e1e6283983527e6b18c0032f /changelog.d | |
parent | Document monitoring workers (#7357) (diff) | |
download | synapse-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.bugfix | 1 |
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. |