diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2023-01-23 06:36:20 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-23 11:36:20 +0000 |
commit | 82d3efa3124f771579ba07553904f88625c443b0 (patch) | |
tree | 2328fa096d36ea3806525c6988ac504127ffef33 /changelog.d | |
parent | Faster joins: Update room stats and the user directory on workers when finish... (diff) | |
download | synapse-82d3efa3124f771579ba07553904f88625c443b0.tar.xz |
Skip processing stats for broken rooms. (#14873)
* Skip processing stats for broken rooms. * Newsfragment * Use a custom exception.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/14873.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/14873.bugfix b/changelog.d/14873.bugfix new file mode 100644 index 0000000000..9b058576cd --- /dev/null +++ b/changelog.d/14873.bugfix @@ -0,0 +1 @@ +Fix a long-standing bug where the `populate_room_stats` background job could fail on broken rooms. |