diff options
author | Richard van der Hoff <richard@matrix.org> | 2019-08-20 11:20:10 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2019-08-20 11:50:23 +0100 |
commit | 501994582899ad9d790029b3d7c48ba32f5720a9 (patch) | |
tree | d2e09c5417834e708df960ed29be43b881f5d7ca /changelog.d | |
parent | Merge pull request #5860 from matrix-org/erikj/update_5704_comments (diff) | |
download | synapse-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')
-rw-r--r-- | changelog.d/5886.misc | 1 |
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. |