Repository: incubator-airflow Updated Branches: refs/heads/v1-8-test 4199cd3d2 -> a9e0894ba
[AIRFLOW-111] Include queued tasks in scheduler concurrency check The concurrency argument in dags appears to not be obeyed because the scheduler does not check the concurrency properly when checking tasks. The tasks do not run, but this leads to a lot of scheduler churn. (cherry picked from commit 31fce01251957812b6aa392dcd70bb4519305e2a) Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-airflow/commit/aec97708 Tree: http://git-wip-us.apache.org/repos/asf/incubator-airflow/tree/aec97708 Diff: http://git-wip-us.apache.org/repos/asf/incubator-airflow/diff/aec97708 Branch: refs/heads/v1-8-test Commit: aec9770831d69ca04569c9af8da51942261be4ca Parents: 4199cd3 Author: Alex Guziel <[email protected]> Authored: Mon Apr 3 14:10:21 2017 -0700 Committer: Chris Riccomini <[email protected]> Committed: Mon Apr 10 14:12:48 2017 -0700 ---------------------------------------------------------------------- ----------------------------------------------------------------------
