forked from apache/airflow
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[AIRFLOW-548] Load DAGs immediately & continually
A recent commit has changed the scheduler behavior that it now always stops after a specified period of time. The operation scripts (systemd etc) are not updated for this behavior and many users actually prefer to run the scheduler continously. Secondly the default behavior was changed to not pickup new DAGs immediately, this has lead to confusion with users. Closes apache#1823 from bolkedebruin/fix_duration
- Loading branch information
1 parent
4d567f4
commit fe5eaab
Showing
2 changed files
with
10 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters