diff options
author | Erik Johnston <erikj@jki.re> | 2018-08-21 16:47:34 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-21 16:47:34 +0100 |
commit | 2b1a4b259643530cfa7faeded35be839cd1d1f85 (patch) | |
tree | 3d37060ad1398da041db31b40fb73f4012d91b8c /changelog.d | |
parent | Port over enough to get some sytests running on Python 3 (#3668) (diff) | |
parent | Fix typo (diff) | |
download | synapse-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.bugfix | 1 |
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 |