Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

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

Merged
merged 2 commits into from
Sep 8, 2023

Commits on Sep 8, 2023

  1. Fix bug with new task scheduler using lots of CPU.

    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.
    erikjohnston committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    be9ca1f View commit details
    Browse the repository at this point in the history
  2. Newsfile

    erikjohnston committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    077affd View commit details
    Browse the repository at this point in the history