potiuk commented on code in PR #36483:
URL: https://github.com/apache/airflow/pull/36483#discussion_r1438414061


##########
docs/apache-airflow/core-concepts/tasks.rst:
##########
@@ -244,7 +244,7 @@ Zombie/Undead Tasks
 No system runs perfectly, and task instances are expected to die once in a 
while. Airflow detects two kinds of task/process mismatch:
 
 * *Zombie tasks* are ``TaskInstances`` stuck in a ``running`` state despite 
their associated jobs being inactive
-  (e.g. their process didn't send a recent heartbeat as it got killed, or the 
machine died). Airflow will find these
+  (e.g. their process did not send a recent heartbeat as it got killed, or the 
machine died). Airflow will find these

Review Comment:
   This failed when I run --clean-build locally so i fixed it :)



##########
docs/apache-airflow/core-concepts/tasks.rst:
##########
@@ -273,7 +273,7 @@ The explanation of the criteria used in the above snippet 
to detect zombie tasks
 
 3. **Job Type**
 
-    The job associated with the task must be of type "LocalTaskJob."
+    The job associated with the task must be of type ``LocalTaskJob``.

Review Comment:
   Same here.



-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to