diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2019-08-20 17:42:45 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-20 17:42:45 +0100 |
commit | 72bc285669f9ccf0e95bb43afcdaf052845a3431 (patch) | |
tree | ebc95dabd0df652ce1e57d24ebf2686b44e1c88e /changelog.d | |
parent | Avoid deep recursion in appservice recovery (#5885) (diff) | |
parent | Refactor the Appservice scheduler code (diff) | |
download | synapse-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.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. |