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


##########
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:
   We discussed it in https://github.com/apache/airflow/pull/33746 and it 
turned out that SHUTDOWN not only has been deeply buried and nearly forgotten 
but also it has never been working for things like API. So I think I would 
prefer to pretend it never existed :P 



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