tirkarthi commented on issue #60927:
URL: https://github.com/apache/airflow/issues/60927#issuecomment-3802730070
If this is intentional then I feel the docs should be updated to indicate
that the state should be finished/completed successfully to be pruned and not
just finished/completed. Failed is also a terminal state.
> Below is an example Dag implementation. If the Dag has not finished 15
minutes after it was queued, send a Slack message:
> Here’s an example using the Slack Notifier if the Dag run has not finished
within 30 minutes of it being queued:
> In this case, if a Dag is scheduled to run daily at midnight, the deadline
would be triggered if the Dag hasn’t completed by 1:00 AM. This is useful for
ensuring that scheduled jobs complete within a certain timeframe after their
intended start time
--
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]