summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2020-04-03 12:29:30 +0100
committerGitHub <noreply@github.com>2020-04-03 12:29:30 +0100
commitbae32740daa5551b6613cafafb5d5bc1a73141ec (patch)
tree27f24e3527eefd052a2773b736128ae5639d2669 /changelog.d
parentMerge branch 'master' into develop (diff)
downloadsynapse-bae32740daa5551b6613cafafb5d5bc1a73141ec.tar.xz
Remove some `run_in_background` calls in replication code (#7203)
By running this stuff with `run_in_background`, it won't be correctly reported
against the relevant CPU usage stats.

Fixes #7202
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/7203.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7203.bugfix b/changelog.d/7203.bugfix
new file mode 100644
index 0000000000..8b383952e5
--- /dev/null
+++ b/changelog.d/7203.bugfix
@@ -0,0 +1 @@
+Fix some worker-mode replication handling not being correctly recorded in CPU usage stats.