SIENTIAPDE-1318

Update app.py to add a comment for clarity in the main asynchronous function
This commit is contained in:
vitor-aignosi
2025-10-17 16:25:24 -03:00
parent fe9fce0ba6
commit a192e2ba04

View File

@@ -14,7 +14,7 @@ exit_signal = Event()
POD_ID = os.getenv('HOSTNAME', 'localhost')
async def main():
async def main(): # NOSONAR
"""
Main asynchronous function that orchestrates the OPC Ingestor application.