Bisk1 commented on code in PR #33893:
URL: https://github.com/apache/airflow/pull/33893#discussion_r1309061275


##########
docs/apache-airflow/core-concepts/tasks.rst:
##########
@@ -76,7 +76,6 @@ The possible states for a Task Instance are:
 * ``queued``: The task has been assigned to an Executor and is awaiting a 
worker
 * ``running``: The task is running on a worker (or on a local/synchronous 
executor)
 * ``success``: The task finished running without errors
-* ``shutdown``: The task was externally requested to shut down when it was 
running

Review Comment:
   I felt like it's not useful information because users of new version won't 
see 'shutdown' state and if someone has older version they should look at 
relevant, older docs. There probably should be an in release notes though. But 
I can modify it if you're sure.



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