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.
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.