dstandish commented on code in PR #41232:
URL: https://github.com/apache/airflow/pull/41232#discussion_r1717200270


##########
airflow/models/trigger.py:
##########
@@ -308,3 +308,21 @@ def get_sorted_triggers(cls, capacity: int, 
alive_triggerer_ids: list[int] | Sel
             skip_locked=True,
         )
         return session.execute(query).all()
+
+    @classmethod
+    @internal_api_call
+    @provide_session
+    def filter_out_reassigned_triggers(

Review Comment:
   i.e. it returns the list of reassigned triggers. something _else_ might 
filter out but this does not.



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