wolfier commented on issue #26067:
URL: https://github.com/apache/airflow/issues/26067#issuecomment-1233568516

   The zombies query is a list of TaskInstances which has the attribute 
`external_executor_id`.
   
   Without too much thought, you can probably add a new log line that prints 
the `external_executor_id` value.
   
   ```
               self.log.error("Killing zombie job with external_executor_id: 
%s", ti.external_executor_id)
   ```


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