jedcunningham commented on code in PR #27725:
URL: https://github.com/apache/airflow/pull/27725#discussion_r1024589906


##########
airflow/jobs/scheduler_job.py:
##########
@@ -774,25 +775,46 @@ def _execute(self) -> None:
     @provide_session
     def _update_dag_run_state_for_paused_dags(self, session: Session = 
NEW_SESSION) -> None:
         try:
-            paused_dag_ids = DagModel.get_all_paused_dag_ids()

Review Comment:
   Nothing is using `get_all_paused_dag_ids` any longer, "internal" and we 
should toss it, or "public" and need to keep it around?



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