Repository: incubator-airflow Updated Branches: refs/heads/master 375ed75ff -> 24bb2b7b6
[AIRFLOW-XXX] Fixed a typo Closes #2954 from DanielWFrancis/patch-1 Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-airflow/commit/24bb2b7b Tree: http://git-wip-us.apache.org/repos/asf/incubator-airflow/tree/24bb2b7b Diff: http://git-wip-us.apache.org/repos/asf/incubator-airflow/diff/24bb2b7b Branch: refs/heads/master Commit: 24bb2b7b6d8def1091760bdf83fcb886682f4597 Parents: 375ed75 Author: Daniel Francis <danielwilliamfran...@gmail.com> Authored: Mon Jan 22 10:34:31 2018 +0100 Committer: Fokko Driesprong <fokkodriespr...@godatadriven.com> Committed: Mon Jan 22 10:34:36 2018 +0100 ---------------------------------------------------------------------- docs/faq.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-airflow/blob/24bb2b7b/docs/faq.rst ---------------------------------------------------------------------- diff --git a/docs/faq.rst b/docs/faq.rst index 04cf346..5549773 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -12,7 +12,7 @@ Here are some of the common causes: confirm that your DAG shows up in the list. You can also run ``airflow list_tasks foo_dag_id --tree`` and confirm that your task shows up in the list as expected. If you use the CeleryExecutor, you - may way to confirm that this works both where the scheduler runs as well + may want to confirm that this works both where the scheduler runs as well as where the worker runs. - Is your ``start_date`` set properly? The Airflow scheduler triggers the