mik-laj commented on a change in pull request #6295: [AIRFLOW-XXX] Adding Task re-run documentation URL: https://github.com/apache/airflow/pull/6295#discussion_r333671610
########## File path: docs/scheduler.rst ########## @@ -32,161 +30,17 @@ Airflow production environment. To kick it off, all you need to do is execute ``airflow scheduler``. It will use the configuration specified in ``airflow.cfg``. -Note that if you run a DAG on a ``schedule_interval`` of one day, -the run stamped ``2016-01-01`` will be triggered soon after ``2016-01-01T23:59``. -In other words, the job instance is started once the period it covers -has ended. +The scheduler starts an instance of the executor specified in the your ``airflow.cfg``. Review comment: ```suggestion The scheduler starts an instance of the executor. ``` Can you add link to executor page here? Then it is worth updating to eliminate repetitive information. On this page it is not very important what executors exist. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
