fix: HealthMonitor attached to wrong queue

This commit is contained in:
Tom Moor
2023-11-28 19:54:58 -05:00
parent 9b335b5342
commit fdd774fca7

View File

@@ -156,5 +156,5 @@ export default function init() {
HealthMonitor.start(globalEventQueue);
HealthMonitor.start(processorEventQueue);
HealthMonitor.start(websocketQueue);
HealthMonitor.start(taskQueue);
}