From 52e87fbfbe55e647451d886f02f49d3bb5517274 Mon Sep 17 00:00:00 2001 From: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> Date: Tue, 4 Dec 2018 10:53:49 +0100 Subject: 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. --- changelog.d/4189.misc | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 changelog.d/4189.misc (limited to 'changelog.d/4189.misc') 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 + -- cgit 1.5.1