Hey guys Does flyte-binary support Pagerduty notif...
# flyte-support
r
Hey guys Does flyte-binary support Pagerduty notifications? Or is it only flyte-core? Deployed with helm charts. Don't see any logs/notifications when doing tests.
f
it should
it uses
email
based notifications
so you will need to configure an email service
or use smtp
r
is flyte-core different?
f
nope
configuration examples might be there
but cc @average-finland-92144 might know more in terms of config
r
what's the easiest email or pagerduty setup for flyte-binary? Should I follow this SendGrid example?
r
can it be something simple? like an api / webhook request? That I can take where needed Llm suggested setting up a pub/sub + smtp -> pagerduty seems quite complex for a notification
f
Yes you can use webhook connector
r
Do you mind pointing me to docs on how to do that?
a
r
Thank you David! I ended up using Failure node logic. Seems the best for me
👍🏽 1