You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2018/12/17 15:08:02 UTC

[GitHub] Fokko commented on a change in pull request #4320: [AIRFLOW-3515] Remove the run_duration option

Fokko commented on a change in pull request #4320: [AIRFLOW-3515] Remove the run_duration option
URL: https://github.com/apache/incubator-airflow/pull/4320#discussion_r242183451
 
 

 ##########
 File path: airflow/bin/cli.py
 ##########
 @@ -971,7 +971,6 @@ def scheduler(args):
     job = jobs.SchedulerJob(
         dag_id=args.dag_id,
         subdir=process_subdir(args.subdir),
-        run_duration=args.run_duration,
         num_runs=args.num_runs,
 
 Review comment:
   Good point Kaxil, I've created a ticket: https://jira.apache.org/jira/browse/AIRFLOW-3533

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services