This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a commit to branch v1-10-test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit d13f30f22f11d301e5620dbccceabbfa50309904 Author: Max Arrich <[email protected]> AuthorDate: Fri Jul 17 16:43:04 2020 +0200 Fix typo in Task Lifecycle section (#9867) (cherry picked from commit ba2b5e24607eeef83fb13c958c5fb89131df4152) --- docs/concepts.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/concepts.rst b/docs/concepts.rst index 6908ab2..1412268 100644 --- a/docs/concepts.rst +++ b/docs/concepts.rst @@ -231,7 +231,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:
