auto-sync: 2026-05-28 13:16:08
This commit is contained in:
@@ -570,7 +570,7 @@ class Dispatcher:
|
||||
conn.commit()
|
||||
logger.info("Mail %s: reverted working → pending (spawn failed)", task_id)
|
||||
else:
|
||||
logger.debug("Mail %s: skip revert (status=%s)", task_id, row["status"] if row else "?")
|
||||
logger.debug("Mail %s: skip revert (status=%s, expected working)", task_id, row["status"] if row else "not_found")
|
||||
finally:
|
||||
conn.close()
|
||||
except Exception as e:
|
||||
|
||||
Reference in New Issue
Block a user