diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2020-10-20 11:29:38 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-20 11:29:38 -0400 |
commit | 9e0f22874f7ec338895d85645e91db8674c383c0 (patch) | |
tree | 4ad1b3e695380b1232808018d22f1f42a0e2b9a4 /changelog.d | |
parent | Update mypy to 0.790, and move dependencies to extras (#8583) (diff) | |
download | synapse-9e0f22874f7ec338895d85645e91db8674c383c0.tar.xz |
Consistently use wrap_as_background_task in more places (#8599)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/8599.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8599.feature b/changelog.d/8599.feature new file mode 100644 index 0000000000..542993110b --- /dev/null +++ b/changelog.d/8599.feature @@ -0,0 +1 @@ +Allow running background tasks in a separate worker process. |