fix: HealthMonitor attached to wrong queue
This commit is contained in:
@@ -156,5 +156,5 @@ export default function init() {
|
|||||||
|
|
||||||
HealthMonitor.start(globalEventQueue);
|
HealthMonitor.start(globalEventQueue);
|
||||||
HealthMonitor.start(processorEventQueue);
|
HealthMonitor.start(processorEventQueue);
|
||||||
HealthMonitor.start(websocketQueue);
|
HealthMonitor.start(taskQueue);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user