Detailed logs for webhook failures (#691)

This commit is contained in:
Kerem Yilmaz
2024-08-08 20:52:24 +03:00
committed by GitHub
parent 5299f9265e
commit e5c7d8b4dd

View File

@@ -729,10 +729,10 @@ class WorkflowService:
"Webhook failed",
workflow_id=workflow.workflow_id,
workflow_run_id=workflow_run.workflow_run_id,
webhook_data=payload,
resp=resp,
resp_code=resp.status_code,
resp_text=resp.text,
resp_json=resp.json(),
)
except Exception as e:
raise FailedToSendWebhook(