James Ashby
11/04/2024, 11:31 PM{
"id": "f0d21b9d-270a-450f-962e-9bcfcbd4fff7",
"account": "86eb4016-3bda-40df-a926-a5da355f8393",
"event": "prefect-cloud.automation.action.failed",
"occurred": "2024-11-04T23:22:17.759Z",
"payload": {
"action_index": 0,
"action_type": "send-notification",
"invocation": "6347154b-4dad-4d1f-9520-13f4ab0963f9",
"reason": "Notification failed",
"notification_log": "[ERROR]: There are no service(s) to notify"
},
"received": "2024-11-04T23:22:17.760Z",
"related": [
{
"prefect.resource.id": "prefect.block-document.3d5362cd-9a48-4324-8aaa-c47ccb677361",
"prefect.resource.role": "block",
"prefect.resource.name": "prefect-channel"
},
{
"prefect.resource.id": "prefect.block-type.ms-teams-webhook",
"prefect.resource.role": "block-type"
}
],
"resource": {
"prefect.resource.id": "prefect-cloud.automation.5655ff67-d7ba-472e-a65f-5848c2d31c2c",
"prefect.resource.name": "Main Flow Failure Notifications",
"prefect-cloud.trigger-type": "event",
"prefect-cloud.posture": "Proactive"
},
"workspace": "5c4b372e-3f1b-4fed-a973-09381e72d9e2"
Marvin
11/04/2024, 11:31 PMwhat do you make of this?```{ "id": "f0d21b9d-270a-450f-962e-9bcfcbd4fff7", "account": "86eb4016-3bda-40df-a926-a5da355f8393", "event": "prefect-cloud.automation.action.failed", "occurred": "2024-11-04T232217.759Z", "payload": { "action_index": 0, "action_type": "send-notification", "invocation": "6347154b-4dad-4d1f-9520-13f4ab0963f9", "reason": "Notification failed", "notification_log": "[ERROR]: There are no service(s) to notify" }, "received": "2024-11-04T232217.760Z", "related": [ { "prefect.resource.id": "prefect.block-document.3d5362cd-9a48-4324-8aaa-c47ccb677361", "prefect.resource.role": "block", "prefect.resource.name": "prefect-channel" }, { "prefect.resource.id": "prefect.block-type.ms-teams-webhook", "prefect.resource.role": "block-type" }
James Ashby
11/04/2024, 11:32 PMMarvin
11/04/2024, 11:32 PM> what do you make of this?```{ "id": "f0d21b9d-270a-450f-962e-9bcfcbd4fff7", "account": "86eb4016-3bda-40df-a926-a5da355f8393", "event": "prefect-cloud.automation.action.failed", "occurred": "2024-11-04T232217.759Z", "payload": { "action_index": 0, "action_type": "send-notification", "invocation": "6347154b-4dad-4d1f-9520-13f4ab0963f9", "reason": "Notification failed", "notification_log": "[ERROR]: There are no service(s) to notify" }, "received": "2024-11-04T232217.760Z", "related": [ { "prefect.resource.id": "prefect.block-document.3d5362cd-9a48-4324-8aaa-c47ccb677361", "prefect.resource.role": "block", "prefect.resource.name": "prefect-channel" }, { "prefect.resource.id": "prefect.block-type.ms-teams-webhook", "prefect.resource.role": "block-type
Marvin
11/04/2024, 11:34 PMprefect-cloud.automation.action.failed
- Occurred: It occurred on November 4th, 2024.
- Action Type: The action that failed is a "send-notification."
- Reason for Failure: No services were available for notification.
- Related Resource: It seems related to an MS Teams webhook block, indicated by the "prefect.block-type.ms-teams-webhook"
resource.
From this, it seems like the system attempted to send a notification, possibly via an MS Teams webhook, but there were no configured endpoints or services to send that notification to. This could be due to misconfiguration or perhaps a removal of the expected notification endpoints.
If you'd like to troubleshoot this further or ensure proper setup, you may want to check your configuration for notification endpoints or any associated webhooks. If you're using Prefect 2.x or 3.x, I can dive into their documentation to help iron out the details or resolve this issue! Just let me know which version you're using.James Ashby
11/04/2024, 11:34 PMMarvin
11/04/2024, 11:35 PMBianca Hoch
11/05/2024, 12:04 AMBianca Hoch
11/05/2024, 12:14 AMBianca Hoch
11/05/2024, 12:16 AMJames Ashby
11/07/2024, 10:24 PM