[AIRFLOW-796] Config options for num_runs, processor_poll_interval, log_level#2014
[AIRFLOW-796] Config options for num_runs, processor_poll_interval, log_level#2014gsakkis wants to merge 1 commit intoapache:masterfrom
Conversation
Codecov Report@@ Coverage Diff @@
## master #2014 +/- ##
==========================================
+ Coverage 66.94% 66.96% +0.01%
==========================================
Files 138 138
Lines 10526 10525 -1
==========================================
+ Hits 7047 7048 +1
+ Misses 3479 3477 -2
Continue to review full report at Codecov.
|
|
@gsakkis , you should squash all commits and update commit msg and PR title according to the guidelines. ref other PRs if you need any reference. Thanks |
710aae5 to
c812c64
Compare
|
Commits squashed |
|
Marking this for 1.8.1 |
d0b98a6 to
c812c64
Compare
|
@gsakkis can you please rebase? |
- Add num_runs, processor_poll_interval and log_level to config - Fix the default run_duration and num_runs in the cli
c812c64 to
e0d2b48
Compare
|
@bolkedebruin commit rebased |
|
@bolkedebruin any update on this? |
|
Making |
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
|
Bump |
|
Log_level iss now a config setting. Remove that, rebase, and test that setting the scheduler job interval still works, then ping be and I can merge. |
|
(And sorry for leaving the PR for so long. I realise you've already rebased once and nothing happened. Sorry) |
|
@gsakkis FYI: |
|
num_runs is also planned to be removed https://issues.apache.org/jira/browse/AIRFLOW-3533 |
Dear Airflow Maintainers,
Please accept this PR that addresses the following issues:
Note: please ignore the first commit, it is covered by #2013