From 4af16b7fa1cf6ecbceb5b5321ca49409d1ea27af Mon Sep 17 00:00:00 2001 From: cfdaily Date: Sun, 7 Jun 2026 09:55:54 +0800 Subject: [PATCH] auto-sync: 2026-06-07 09:55:54 --- src/daemon/spawner.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/daemon/spawner.py b/src/daemon/spawner.py index adee486..7394b42 100644 --- a/src/daemon/spawner.py +++ b/src/daemon/spawner.py @@ -1471,6 +1471,7 @@ curl -X POST http://{api_host}:{api_port}/api/projects/{project_id}/tasks/{task_ logger.info("Task %s: failure notified pangtong via comment+mention (reason=%s)", task_id, reason) except Exception as e: logger.warning("Task %s: failed to notify: %s", task_id, e) + except Exception: logger.exception("Failed to mark task %s as %s", task_id, status) @staticmethod