summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2023-01-23 06:36:20 -0500
committerGitHub <noreply@github.com>2023-01-23 11:36:20 +0000
commit82d3efa3124f771579ba07553904f88625c443b0 (patch)
tree2328fa096d36ea3806525c6988ac504127ffef33 /changelog.d
parentFaster joins: Update room stats and the user directory on workers when finish... (diff)
downloadsynapse-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.bugfix1
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.