ferruzzi commented on code in PR #68961:
URL: https://github.com/apache/airflow/pull/68961#discussion_r3582999234


##########
airflow-core/docs/howto/deadline-alerts.rst:
##########
@@ -44,6 +44,7 @@ Creating a Deadline Alert requires three mandatory parameters:
 * Reference: When to start counting from
 * Interval: How far before or after the reference point to trigger the alert 
(either a timedelta or a dynamic interval such as VariableInterval)
 * Callback: A Callback object which contains a path to a callable and optional 
kwargs to pass to it if the deadline is exceeded
+* Fire on failure: Optional. If set to ``True``, a pending Dag run deadline 
alert fires immediately when the scheduler marks the Dag run failed. Manual 
UI/API mark-failed paths are unchanged. The default is ``False``.

Review Comment:
   Ramit approved the PR after this discussion so I'm going to assume that 
means we're aligned and close this.  Thanks for the discussion.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to