ashb commented on a change in pull request #17719:
URL: https://github.com/apache/airflow/pull/17719#discussion_r692480923



##########
File path: airflow/jobs/scheduler_job.py
##########
@@ -189,80 +189,6 @@ def is_alive(self, grace_multiplier: Optional[float] = 
None) -> bool:
             and (timezone.utcnow() - self.latest_heartbeat).total_seconds() < 
scheduler_health_check_threshold
         )
 
-    @provide_session
-    def _change_state_for_tis_without_dagrun(

Review comment:
       This is deleted, as the DB won't let us have TIs without Dagruns anymore 
:)




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