ashb commented on issue #26259:
URL: https://github.com/apache/airflow/issues/26259#issuecomment-1242455362

   > if a dataset-triggered dag is running, and upstreams are updated multiple 
times, many dag runs will be queued up because the scheduler checks frequently 
for new dag runs needed.
   
   This is but design to my mind. Each time a dataset updates the a down stream 
dag run should be created to process that.
   
   In future we can add some mechanism to give more control over this -- either 
using `catchup` flag, or some other mechanism that we've talked/hinted/thought 
about that works also let your control the all/any for multiple datasets.


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