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


##########
airflow/jobs/scheduler_job.py:
##########
@@ -1358,8 +1358,8 @@ def check_trigger_timeouts(self, session: Session = None):
     def _find_zombies(self, session):
         """
         Find zombie task instances, which are tasks haven't heartbeated for 
too long
-        or have a no-longer-running LocalTaskJob, and send them off to the DAG 
processor
-        to be handled.
+        or have a no-longer-running LocalTaskJob, and register a 
TaskCallbackRequest,

Review Comment:
   ```suggestion
           or have a no-longer-running LocalTaskJob, and create a 
TaskCallbackRequest
   ```
   
   A little better still?



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