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



##########
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:
       Huge, can clear the issue of tasks getting stuck!




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