Hi, is there an open source implementation of Slac...
# ask-metaflow
d
Hi, is there an open source implementation of Slack alerting for MetaFlow using Argo WorkFlows? Specifically, when any step of the flow fails, it sends an alert in a Slack Group. I see some reference here but cannot find relevant code on github.
1
a
Providing out of the box functionality is on our roadmap
but meanwhile you can alert on
workflow events
-https://argoproj.github.io/argo-workflows/workflow-events/
you can use a kubernetes event router that filters for these events and moves them to pagerduty, slack etc.
c
@dry-lion-41417 hey I am the author of the post you referenced. I created a custom docker image for the Slack alerts but did not open source it(long process to get it vetted and approved unfortunately). Looking at the Argo Workflows Events section linked from Savin, the documentation seems a bit bare on how to support more complex triggers to Slack. Argo Events has great out-of-the-box support for Slack Triggers so I think its merely not been implemented within Argo Workflows. Perhaps try filing an issue in Argo Workflows on it. @ancient-application-36103 on a sidenote I would be more than happy to help out with alerting functionality.
🙌 2
thankyou 1
s
for sure! let's set up some time?
c
I’ll send you and invite, lemme know if the timing is ok.