SAM0123-231: Broaden quality gate workflow to include release and feature branches; correct asynchronous call for OPC server updates in ingestor.

This commit is contained in:
vitor-aignosi
2026-07-23 12:04:13 -03:00
parent 0d9d7b2ebe
commit c157d1649a
2 changed files with 3 additions and 1 deletions

View File

@@ -156,7 +156,7 @@ class Ingestor(SientiaMonitoring):
else:
# Subscribe to acquired slots
if self.ingestor_manager:
self.ingestor_manager.update_opc_servers()
await self.ingestor_manager.update_opc_servers()
await self.ingestor_manager.subscribe_to_tags(acquired)
async def prepare_ingestor(self):