uranusjr edited a comment on issue #17752:
URL: https://github.com/apache/airflow/issues/17752#issuecomment-904368835


   Another thing—it is very unlikely for Airflow core to implement this 
behaviour, since backfilling is a thing and those runs may happen concurrently 
or even out of order, so it’s conceptually not clear how the scheduler can 
schedule runs based on the previous run’s result in a general way. We can skip 
a run from happening after it’s created, but can’t stop it from being created, 
nor dynamically decide when the run should happen. So whatever you choose to 
do, it would probably need to happen in your own customisation.


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