diff options
author | Erik Johnston <erik@matrix.org> | 2022-10-03 18:44:44 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-03 18:44:44 +0100 |
commit | 5a6d02524685187b8ed212b8e8027e4d15575fd0 (patch) | |
tree | d14d597ba79b9069a9ea46580fd5160745a7b66e /changelog.d | |
parent | Announce that legacy metric names are deprecated, will be turned off by defau... (diff) | |
download | synapse-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.misc | 1 |
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. |