Request support notification for generic webhook on failure LaunchPlan or Workflows #6747
Unanswered
HKisCoding
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I am developing some base ML workflow for training and inference for my team. It worked well but I got some problems in sending notification when my workflow failed due to error such as Task Out of Memory.
I noticed that Flyte supports NotificationTask for LaunchPlan but it not support sending notification through Google Chat webhook. And for fl.workflow() on_failure options, I have to create another task with exactly the same input args of workflow, which make it difficult to create a generic Notification Task when any workflow fail.
Is there any work around on this or any update for this case ?
For example:
Then I create a generic task
Beta Was this translation helpful? Give feedback.
All reactions