gestione GD
This commit is contained in:
@@ -84,7 +84,7 @@ async def load_data(cfg: object, matrice_valori: list, pool: object) -> bool:
|
||||
except Exception as e:
|
||||
await conn.rollback()
|
||||
logger.error(f"Error: {e}.")
|
||||
logger.error(f"Matrice valori da inserire: {batch}.")
|
||||
# logger.error(f"Matrice valori da inserire: {batch}.")
|
||||
|
||||
if e.args[0] == 1213: # Deadlock detected
|
||||
logger.warning(
|
||||
|
||||
Reference in New Issue
Block a user