msumit closed pull request #4157: [AIRFLOW-XXX] Correct scheduling period in 
scheduler.rst
URL: https://github.com/apache/incubator-airflow/pull/4157
 
 
   

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 eb09be8d3c..86085a9683 100644
--- a/docs/scheduler.rst
+++ b/docs/scheduler.rst
@@ -119,7 +119,7 @@ interval series.
         'tutorial',
         default_args=default_args,
         description='A simple tutorial DAG',
-        schedule_interval='@hourly',
+        schedule_interval='@daily',
         catchup=False)
 
 In the example above, if the DAG is picked up by the scheduler daemon on 
2016-01-02 at 6 AM, (or from the


 

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to