Improvement of SLA miss e-mail #34861
Unanswered
janpetrik2
asked this question in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I was wondering whether it would make sense to improve SLA email message, currently the e-mail looks like follow:
where
task_list = "\n".join(sla.task_id + " on " + sla.execution_date.isoformat() for sla in slas)
. Source code for this part is here.My idea for the improvement would be to include also link to task's log (i.e. ti.log_url) as it's done for failed DAG's alert. I think this change would make SLA miss email somehow more useful, although complete rewriting of SLAs mechanism might be a better approach.
Beta Was this translation helpful? Give feedback.
All reactions