SIENTIAPDE-1017

Update liveness and readiness probes, enhance Redis connection, and refine OPC tag data structure
This commit is contained in:
vitor-aignosi
2025-04-25 16:57:55 -03:00
parent 9eb483ee92
commit 8674a710af
3 changed files with 38 additions and 43 deletions

View File

@@ -55,6 +55,7 @@ class IngestorManager():
manager.connect()
except Exception as e:
logger.error(f"Failed to initialize OpcManager: {e}")
traceback.print_exc()
return None
return manager