交接修正

This commit is contained in:
DXC
2026-04-20 14:44:27 +08:00
parent dd47ab5f44
commit 202eb238c7
3 changed files with 100 additions and 9 deletions

View File

@ -79,7 +79,7 @@ def cleanup_expired_tasks():
""").fetchall()
if rows:
current_app.logger.info(f"Janitor found {len(rows)} expired tasks to clean up")
current_app.logger.info(f"Janitor found {len(rows)} expired tasks to clean up")
for row in rows:
task_id = row['task_id']