summary refs log tree commit diff
path: root/changelog.d/11723.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Simplify GC prometheus metrics (#11723)Richard van der Hoff2022-01-131-0/+1
Rather than hooking into the reactor loop, just add a timed task that runs every 100 ms to do the garbage collection. Part 1 of a quest to simplify the reactor monkey-patching.