diff options
author | Erik Johnston <erik@matrix.org> | 2021-08-18 11:21:11 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-18 10:21:11 +0000 |
commit | 5581dd7bf7b1d1fb10d4852587d2712c8391c07c (patch) | |
tree | c10aa265ddf4f12bf9b809369e35f741fd3cf309 /changelog.d | |
parent | Allow /createRoom to be run on workers (#10564) (diff) | |
download | synapse-5581dd7bf7b1d1fb10d4852587d2712c8391c07c.tar.xz |
Allow modules to run looping call on all instances (#10638)
By default the calls only ran on the worker configured to run background tasks.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/10638.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10638.feature b/changelog.d/10638.feature new file mode 100644 index 0000000000..c1de91f334 --- /dev/null +++ b/changelog.d/10638.feature @@ -0,0 +1 @@ +Add option to allow modules to run periodic tasks on all instances, rather than just the one configured to run background tasks. |