diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2018-12-04 10:53:49 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-04 10:53:49 +0100 |
commit | 52e87fbfbe55e647451d886f02f49d3bb5517274 (patch) | |
tree | 46a6e82662d07e37d36ba7670c23e5bd7ee4a372 /changelog.d | |
parent | Workaround for non-ascii event ids (#4241) (diff) | |
download | synapse-52e87fbfbe55e647451d886f02f49d3bb5517274.tar.xz |
Run the AS senders as background processes (#4189)
This should fix some "Starting db connection from sentinel context" warnings, and will mean we get metrics for these processes.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/4189.misc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/changelog.d/4189.misc b/changelog.d/4189.misc new file mode 100644 index 0000000000..4a41357d94 --- /dev/null +++ b/changelog.d/4189.misc @@ -0,0 +1,2 @@ +Run the AS senders as background processes to fix warnings + |