https://flyte.org logo
s

SeungTaeKim

08/16/2022, 6:00 AM
Hi, flyte team! I'd like to ask the notification setting of flyte. I have refered to this link, https://flyte-org.slack.com/archives/CPQ3ZFQ84/p1660104814016329 and it was so helpful to setup the notification. however, there are several problem I did not solve. First, when I have setup notification with the sample code above the link or flyte notifictaion tutorial, it was not working. For example, when I have written subject in emailer like
"Notice: Execution \"{{ workflow.name }}\" has {{ phase }} in \"{{ domain }}\"."
, then flyte return
workflow does not exist
message. Second, do I need to set addtiional things, such as policy or service of SQS & SNS in AWS? I have made launchplan with Email configuration, when the workflow become success, but flyteadmin did not send any email to me. Do I add
credential
&
config
key with the same account of SQS & SNS in
.aws
folder? Thanks you for your advice
s

Samhita Alla

08/16/2022, 6:50 AM
cc: @Prafulla Mahindrakar / @Yuvraj
p

Prafulla Mahindrakar

08/16/2022, 7:10 AM
Hi @SeungTaeKim, can you share the logs from flyteadmin after your execution completes.
s

SeungTaeKim

08/16/2022, 7:36 AM
I have same error of the image below
p

Prafulla Mahindrakar

08/16/2022, 7:40 AM
I see that thread which discusses this issue where helm is interpreting those values and Oliver was able to get it running successfully . I don’t see you have substituted all the values.userSetting with the actual values. May be @Oliver Nguyen can also share with you the config that worked for him .
πŸ‘ 1
s

SeungTaeKim

08/16/2022, 7:42 AM
I have wrriten the config setting below
πŸ‘ 1
o

Oliver Nguyen

08/16/2022, 7:56 AM
s

SeungTaeKim

08/16/2022, 7:59 AM
yeah, this is totally same!
o

Oliver Nguyen

08/16/2022, 8:00 AM
oh. you must remove
tpl
in this line
πŸ‘ 2
s

SeungTaeKim

08/16/2022, 8:02 AM
OMG 😣, thanks for letting me konw, I changed this and retry
k

Ketan (kumare3)

08/16/2022, 1:37 PM
@Oliver Nguyen can you please update the docs?
s

Samhita Alla

08/16/2022, 1:37 PM
s

SeungTaeKim

08/18/2022, 6:51 AM
I have successfully deployed notification and work well πŸ™‚ thank you all!
πŸ‘ 3
y

Yuvraj

08/18/2022, 7:20 AM
❀️ 1
πŸ‘ 1
2 Views