summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2022-10-03 18:44:44 +0100
committerGitHub <noreply@github.com>2022-10-03 18:44:44 +0100
commit5a6d02524685187b8ed212b8e8027e4d15575fd0 (patch)
treed14d597ba79b9069a9ea46580fd5160745a7b66e /changelog.d
parentAnnounce that legacy metric names are deprecated, will be turned off by defau... (diff)
downloadsynapse-5a6d02524685187b8ed212b8e8027e4d15575fd0.tar.xz
Clear out old rows from `event_push_actions_staging` (#14020)
On matrix.org we have ~5 million stale rows in `event_push_actions_staging`, let's add a background job to make sure we clear them out.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/14020.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/14020.misc b/changelog.d/14020.misc
new file mode 100644
index 0000000000..85550b307d
--- /dev/null
+++ b/changelog.d/14020.misc
@@ -0,0 +1 @@
+Clear out stale entries in `event_push_actions_staging` table.