tooptoop4 opened a new issue #8520:
URL: https://github.com/apache/airflow/issues/8520


   I want to be able to prevent the same Dagid running for multi exec dates at 
same time. For example DagA runs every hour I don't want the 3pm run to 
schedule tasks if the 2pm run is still running.
   
   I know max active dag runs is similar but it affects all dags, I want to be 
able to specify per dagid.
   
   Pools only operate at task level but I want to operate at dag level, in 
first come first serve basis, so I don't wan't to timeout the 2pm run after 
60mins.


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

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


Reply via email to