xBis7 commented on PR #54284: URL: https://github.com/apache/airflow/pull/54284#issuecomment-3171866397
I did some unit testing and if we move ``` nulls_first(TI.last_queueing_decision.desc(), session=session), ``` at the end of the order_by loop, it will be ignored. The query will return different tasks every time until all of them have been examined. This doesn't look like the desired behavior. -- 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]
