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

Fix bug with new task scheduler using lots of CPU. #16278

Closed erikjohnston closed 1 year ago

erikjohnston commented 1 year ago

Using the new TaskScheduler meant that we'ed create lots of new metrics (due to adding task ID to the desc of background process), resulting in requests for metrics taking an increasing amount of CPU.

This doesn't affect a released version, as nothing uses the task scheduler yet.