summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erikj@jki.re>2018-08-21 16:47:34 +0100
committerGitHub <noreply@github.com>2018-08-21 16:47:34 +0100
commit2b1a4b259643530cfa7faeded35be839cd1d1f85 (patch)
tree3d37060ad1398da041db31b40fb73f4012d91b8c /changelog.d
parentPort over enough to get some sytests running on Python 3 (#3668) (diff)
parentFix typo (diff)
downloadsynapse-2b1a4b259643530cfa7faeded35be839cd1d1f85.tar.xz
Merge pull request #3722 from matrix-org/erikj/bg_process_iteration
LaterGauge needs to call thread safe functions
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/3722.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/3722.bugfix b/changelog.d/3722.bugfix
new file mode 100644
index 0000000000..16cbaf76cb
--- /dev/null
+++ b/changelog.d/3722.bugfix
@@ -0,0 +1 @@
+Fix error collecting prometheus metrics when run on dedicated thread due to threading concurrency issues