summary refs log tree commit diff
path: root/changelog.d/16278.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.93.0rc1Patrick Cloke2023-09-191-1/+0
|
* Fix bug with new task scheduler using lots of CPU. (#16278)Erik Johnston2023-09-081-0/+1
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.