auto-sync: 2026-06-07 09:55:54
Deploy / ci (push) Waiting to run
Deploy / deploy (push) Blocked by required conditions
Deploy / notify-deploy-failure (push) Blocked by required conditions

This commit is contained in:
cfdaily
2026-06-07 09:55:54 +08:00
parent 320a539da6
commit 4af16b7fa1
+1
View File
@@ -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