matrix-org / synapse

Synapse: Matrix homeserver written in Python/Twisted.
https://matrix-org.github.io/synapse
Apache License 2.0
11.82k stars 2.13k forks source link

Don't schedule an async task on every sync #16312

Closed erikjohnston closed 1 year ago

erikjohnston commented 1 year ago

Introduced in https://github.com/matrix-org/synapse/pull/16240

The idea with doing it in a BG task is still useful, to avoid blocking syncs for devices that had a lot of to-device messages stacked up.