refactory old scripts

This commit is contained in:
2025-10-11 22:31:54 +02:00
parent 0f91cf1fd4
commit 1cbc619942
23 changed files with 2615 additions and 54 deletions

View File

@@ -145,7 +145,7 @@ async def run_orchestrator(
timeout=30.0, # Grace period for workers to finish
)
logger.info("Tutti i worker terminati correttamente")
except asyncio.TimeoutError:
except TimeoutError:
logger.warning("Timeout raggiunto. Alcuni worker potrebbero non essere terminati correttamente")
except KeyboardInterrupt: