summary refs log tree commit diff
path: root/changelog.d/5886.misc
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2019-08-20 11:20:10 +0100
committerRichard van der Hoff <richard@matrix.org>2019-08-20 11:50:23 +0100
commit501994582899ad9d790029b3d7c48ba32f5720a9 (patch)
treed2e09c5417834e708df960ed29be43b881f5d7ca /changelog.d/5886.misc
parentMerge pull request #5860 from matrix-org/erikj/update_5704_comments (diff)
downloadsynapse-501994582899ad9d790029b3d7c48ba32f5720a9.tar.xz
Refactor the Appservice scheduler code
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/5886.misc')
-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.