diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2020-08-13 17:05:31 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-13 17:05:31 +0100 |
commit | 53834bb9c4189fd0eeffd5981ca9829f6c399b29 (patch) | |
tree | d737d988005bd9a6b51790e521113b84eb581253 /changelog.d | |
parent | Drop federation transmission queues during a significant remote outage. (#7864) (diff) | |
download | synapse-53834bb9c4189fd0eeffd5981ca9829f6c399b29.tar.xz |
Run `remove_push_actions_from_staging` in foreground (#8081)
If we got an error persisting an event, we would try to remove the push actions asynchronously, which would lead to a 'Re-starting finished log context' warning. I don't think there's any need for this to be asynchronous.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/8081.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8081.bugfix b/changelog.d/8081.bugfix new file mode 100644 index 0000000000..9ebcbf5b84 --- /dev/null +++ b/changelog.d/8081.bugfix @@ -0,0 +1 @@ +Fix `Re-starting finished log context PUT-nnnn` warning when event persistence failed. |