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