This is an automated email from the ASF dual-hosted git repository.
kaxilnaik pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/master by this push:
new ba2b5e2 Fix typo in Task Lifecycle section (#9867)
ba2b5e2 is described below
commit ba2b5e24607eeef83fb13c958c5fb89131df4152
Author: Max Arrich <[email protected]>
AuthorDate: Fri Jul 17 16:43:04 2020 +0200
Fix typo in Task Lifecycle section (#9867)
---
docs/concepts.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/concepts.rst b/docs/concepts.rst
index 09048e5..ac14fcd 100644
--- a/docs/concepts.rst
+++ b/docs/concepts.rst
@@ -327,7 +327,7 @@ The happy flow consists of the following stages:
2. Scheduled (scheduler determined task instance needs to run)
3. Queued (scheduler sent task to executor to run on the queue)
4. Running (worker picked up a task and is now running it)
-5. Success (task completed)8
+5. Success (task completed)
There is also visual difference between scheduled and manually triggered
DAGs/tasks: