-
Notifications
You must be signed in to change notification settings - Fork 652
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sandbox notifications - not sending to slack #4045
Comments
Could you please verify if the email functionality is working correctly? I haven't tested the scenario where it's "not sending to Slack." |
hey @Future-Outlier thanks for the quick reply. I called the sendgrid api with that api key and was able to get a message delivered to slack. I guess the biggest clue might be the Let me know if there's any other info I can provide. Appreciate it. |
Hello, @dyu-bot To help troubleshoot, please follow these steps:
Please let me know the results or if you encounter any issues during the process. |
Can you help me try this code?
use the command
and activate in the flyte console the "int_doubler_wf_lp_succeed_just_email" name. |
Hey @Future-Outlier sorry for the confusion, I should have placed this key fact earlier in the issue description but I'm running on GKE actually, not sandbox. Realizing now, that it might not be compatible? (I'm not running any So I'm just going to try the GCP notifications implementation next. Initially I thought GCP wasn't supported since the docs say only AWS is, so tried sandbox on GCP. But the docs are out of date, and GCP is actually supported, so will try that next. Thanks anyways! This can probably be closed out. |
No problem, if there's any question, I will help you! |
@dyu-bot If possible, please help me close the issue, thanks a lot! |
Describe the bug
I am testing out the notifications sandbox configuration with this config:
I set up a sendgrid account with a verified sender email address, and use that api key in the configs.
I'm using
flyte-core
helm chartv1.6.1
but overriding the flyteadmin image tov1.1.119
to be able to use the sandbox processor and publisherFlyte is deployed on GKE 1.26
I'm running this sample workflow in the docs to notify upon success:
In the logs, I do see the publisher publishing the message, but there is an error running the processor:
Also, upon checking the sendgrid account, it did not attempt to send any email, so it looks like it isn't reaching sendgrid (probably due to the processor not working).
Expected behavior
The message to reach slack.
Additional context to reproduce
No response
Screenshots
No response
Are you sure this issue hasn't been raised already?
Have you read the Code of Conduct?
The text was updated successfully, but these errors were encountered: