Skip to content

Commit

Permalink
Fix typo in Task Lifecycle section (#9867)
Browse files Browse the repository at this point in the history
(cherry picked from commit ba2b5e2)
  • Loading branch information
ArrichM authored and kaxil committed Aug 15, 2020
1 parent cf53b1b commit 004efff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/concepts.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 004efff

Please sign in to comment.