kaxil closed pull request #4115: [AIRFLOW-XXX] Minor fix of docs/scheduler.rst URL: https://github.com/apache/incubator-airflow/pull/4115
This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request (from a fork), the diff is supplied below (as it won't show otherwise due to GitHub magic): diff --git a/docs/scheduler.rst b/docs/scheduler.rst index dc43c111fe..eb09be8d3c 100644 --- a/docs/scheduler.rst +++ b/docs/scheduler.rst @@ -23,7 +23,7 @@ start date, at the END of the period. The scheduler starts an instance of the executor specified in the your ``airflow.cfg``. If it happens to be the ``LocalExecutor``, tasks will be -executed as subprocesses; in the case of ``CeleryExecutor`` and +executed as subprocesses; in the case of ``CeleryExecutor``, ``DaskExecutor``, and ``MesosExecutor``, tasks are executed remotely. To start a scheduler, simply run the command: ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services