diff options
author | Brad Murray <bradtgmurray@gmail.com> | 2022-08-26 03:38:10 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-26 08:38:10 +0100 |
commit | 967d7bad6c1ea97fb234c3e6d0cbc87b73bb7d0a (patch) | |
tree | ddf71b509989d7ed7369d701a75bde5bf44dd7aa /changelog.d | |
parent | Debian packaging: explicitly allocate a group for the system user (#13593) (diff) | |
download | synapse-967d7bad6c1ea97fb234c3e6d0cbc87b73bb7d0a.tar.xz |
Move the execution of the retention purge_jobs to the main worker (#13632)
Fixes #9927 Signed-off-by: Brad Murray brad@beeper.com
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/13632.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/13632.bugfix b/changelog.d/13632.bugfix new file mode 100644 index 0000000000..e4b7b403cd --- /dev/null +++ b/changelog.d/13632.bugfix @@ -0,0 +1 @@ +Fix the running of MSC1763 retention purge_jobs in deployments with background jobs running on a worker by forcing them back onto the main worker. Contributed by Brad @ Beeper. |