metrics: update stats when unparking in multi-thread (#6131)

This commit is contained in:
aliu
2023-11-06 17:14:51 +01:00
committed by GitHub
parent 161ecec156
commit 8ec3e0d94d
@@ -543,6 +543,7 @@ impl Context {
} else {
self.park(core)
};
core.stats.start_processing_scheduled_tasks();
}
}