auto-sync: 2026-06-07 09:55:54
This commit is contained in:
@@ -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)
|
logger.info("Task %s: failure notified pangtong via comment+mention (reason=%s)", task_id, reason)
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
logger.warning("Task %s: failed to notify: %s", task_id, 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)
|
logger.exception("Failed to mark task %s as %s", task_id, status)
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
|||||||
Reference in New Issue
Block a user