pankajkoti commented on code in PR #32693:
URL: https://github.com/apache/airflow/pull/32693#discussion_r1283054543
##########
airflow/jobs/scheduler_job_runner.py:
##########
@@ -1712,7 +1725,10 @@ def _find_zombies(self) -> None:
simple_task_instance=SimpleTaskInstance.from_ti(ti),
msg=str(zombie_message_details),
)
- self.log.error("Detected zombie job: %s", request)
+ # Refer:
https://airflow.apache.org/docs/apache-airflow/stable/core-concepts/tasks.html#zombie-undead-tasks
Review Comment:
I think the suggester meant to include this link in the log message so that
the user could go visit the link and understand what Zombies are.
--
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]