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>2019-08-20 17:42:45 +0100
committerGitHub <noreply@github.com>2019-08-20 17:42:45 +0100
commit72bc285669f9ccf0e95bb43afcdaf052845a3431 (patch)
treeebc95dabd0df652ce1e57d24ebf2686b44e1c88e /changelog.d
parentAvoid deep recursion in appservice recovery (#5885) (diff)
parentRefactor the Appservice scheduler code (diff)
downloadsynapse-72bc285669f9ccf0e95bb43afcdaf052845a3431.tar.xz
Refactor the Appservice scheduler code (#5886)
Get rid of the labyrinthine `recoverer_fn` code, and clean up the startup code
(it seemed to be previously inexplicably split between
`ApplicationServiceScheduler.start` and `_Recoverer.start`).

Add some docstrings too.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/5886.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/5886.misc b/changelog.d/5886.misc
new file mode 100644
index 0000000000..22adba3d85
--- /dev/null
+++ b/changelog.d/5886.misc
@@ -0,0 +1 @@
+Refactor the Appservice scheduler code.