powerful-australia-73346
05/27/2025, 2:16 PMnotifications=[
Slack(
phases=[
WorkflowExecutionPhase.FAILED,
WorkflowExecutionPhase.TIMED_OUT,
],
recipients_email=[SLACK_EMAIL],
),
],
jolly-florist-66728
05/27/2025, 2:16 PMSlack
notification object in a launch plan. However, for this to work, your Flyte deployment must be properly configured to send notification emails (e.g., via AWS SES, SendGrid, or SMTP), and the Slack channel must have an email integration enabled. If emails are not being sent, it's likely due to missing or incorrect notification backend configuration, or issues with the email service setup—not with the Flyte launch plan code itself. See notification configuration docs and Slack integration instructions.
If you need a code example or troubleshooting steps, let me know.
Sources:
- Configuring notifications 👍 1 button 👎 0 button 💡 Hint: Mention @ancient-wolf-19325 in the thread for followups.average-finland-92144
05/27/2025, 2:33 PMaverage-finland-92144
05/27/2025, 2:34 PMpowerful-australia-73346
05/28/2025, 11:27 AM>=1.15.0
)`average-finland-92144
05/28/2025, 3:45 PMworkflow_notifications
section in the Helm values
What Helm chart you used to install Flyte?powerful-australia-73346
05/28/2025, 3:48 PMworkflow
level. If a task
fails to a test exception like in docs, try, except
never catches it. But if I try except
in the task
it works.powerful-australia-73346
05/28/2025, 3:49 PMpod_template
that i use in taskspowerful-australia-73346
05/28/2025, 3:50 PMworkflow
but not in actual remote envaverage-finland-92144
05/28/2025, 4:28 PMpowerful-australia-73346
05/30/2025, 7:17 AMworkflow
in https://github.com/flyteorg/flytekit/pull/3058 is not static then?powerful-australia-73346
05/30/2025, 7:17 AMAdditonal example
part in above code ^average-finland-92144
05/30/2025, 11:07 AMaverage-finland-92144
05/30/2025, 11:11 AMpowerful-australia-73346
05/30/2025, 11:16 AMflyteconnector
blockaverage-finland-92144
05/30/2025, 11:36 AMpowerful-australia-73346
05/30/2025, 11:37 AM---
apiVersion: v1
name: searchco-flyte
version: 0.0.1
dependencies:
- name: flyte-core
version: v1.15.0
repository: <https://flyteorg.github.io/flyte>
average-finland-92144
05/30/2025, 12:00 PMflyteconnector:
enabled: true
powerful-australia-73346
05/30/2025, 12:42 PMflyteconnector
do. I did not find documentation describing what it does enabled vs disabledpowerful-australia-73346
06/05/2025, 6:25 AMflyteconnector:
enabled: true
and no other configs in this blockpowerful-australia-73346
06/05/2025, 6:25 AM