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


##########
airflow-core/docs/administration-and-deployment/logging-monitoring/callbacks.rst:
##########
@@ -95,6 +98,46 @@ For example, a timeout may be caused by a number of stalling 
tasks, but only one
     Before Airflow 3.2.0, the rules above did not apply and the task instance 
passed to Dag callback was not related to Dag state, rather being selected as 
the latest task in the Dag
     lexicographically.
 
+Skipped Intervals Callback
+^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+When a Dag is defined with ``catchup=False``, the scheduler may advance past 
missed scheduled
+intervals without creating Dag runs for them. Set 
``on_skipped_intervals_callback`` on the Dag
+to be notified when that happens.
+

Review Comment:
   That sounds reasonable.  Thanks for looking into it.



-- 
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