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


##########
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:
   function should be renamed. it's not filtering them out -- it's "getting 
them"



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