Asquator commented on PR #53492: URL: https://github.com/apache/airflow/pull/53492#issuecomment-3169162959
> > @Nataneljpwd > > > That is a good point, however, I don't think this case can happen as the query won't allow more than dag Max active tasks to be run for a specific day, correct me if I'm wrong and if you think I didn't undestand. In this case task x is filtered out and task y is checked > > > > > > The fear is that row_number() will be less than #pool slots, so Y won't be even looked at. I think we whether must nest or find another way to cope with the situation. > > @Asquator but don't we sum over pool slots? Rather than row number? > > Maybe I'm wrong, if so you are more than welcome to correct me. We do sum over pool slots, but it doesn't change nothing because it's a fixed, static, cumulative sum. If a task is dropped due to another limit, the pool slots are gone. -- 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]
