auto-sync: 2026-05-28 13:16:08

This commit is contained in:
cfdaily
2026-05-28 13:16:08 +08:00
parent e0116db244
commit d2212c4771
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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: