diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2020-10-09 07:37:51 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-09 07:37:51 -0400 |
commit | fe0f4a3591302176c7eea48a54f6ed83d9eb4aa9 (patch) | |
tree | 831e5624bda8c4540ed5df42f1c78b0304d4d5f0 /changelog.d | |
parent | Remove the deprecated Handlers object (#8494) (diff) | |
download | synapse-fe0f4a3591302176c7eea48a54f6ed83d9eb4aa9.tar.xz |
Move additional tasks to the background worker, part 3 (#8489)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/8489.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8489.feature b/changelog.d/8489.feature new file mode 100644 index 0000000000..22591870a4 --- /dev/null +++ b/changelog.d/8489.feature @@ -0,0 +1 @@ + Allow running background tasks in a separate worker process. |