diff --git a/hyperion/manager.py b/hyperion/manager.py index 72edd0d..9d28758 100644 --- a/hyperion/manager.py +++ b/hyperion/manager.py @@ -750,7 +750,9 @@ def check_component(self, comp: Component, broadcast: bool = True) -> config.Che State of the component """ - if self.mon_thread.is_component_monitored(comp['id']): + if self.mon_thread.is_component_monitored(comp["id"]): + if broadcast: + self.broadcast_event(events.CheckEvent(comp["id"], config.CheckState.RUNNING)) return config.CheckState.RUNNING try: