refactory old scripts
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user