[BLOCKED][AIRFLOW-2761] Parallelize enqueue in celery executor - #4
Closed
KevinYang21 wants to merge 1 commit into
Closed
[BLOCKED][AIRFLOW-2761] Parallelize enqueue in celery executor#4KevinYang21 wants to merge 1 commit into
KevinYang21 wants to merge 1 commit into
Conversation
KevinYang21
force-pushed
the
kevin_yang_parallelize_enqueue
branch
from
September 17, 2018 06:32
d3b14dd to
5e42363
Compare
KevinYang21
force-pushed
the
kevin_yang_decouple_dag_parsing
branch
from
September 17, 2018 07:53
eb8abb1 to
da03da2
Compare
KevinYang21
force-pushed
the
kevin_yang_parallelize_enqueue
branch
2 times, most recently
from
September 17, 2018 08:19
3ab4972 to
72bfa7c
Compare
KevinYang21
force-pushed
the
kevin_yang_decouple_dag_parsing
branch
from
September 17, 2018 18:57
da03da2 to
932bf4f
Compare
6 tasks
KevinYang21
force-pushed
the
kevin_yang_parallelize_enqueue
branch
5 times, most recently
from
September 18, 2018 10:13
9a4e8e6 to
53a26bb
Compare
KevinYang21
force-pushed
the
kevin_yang_decouple_dag_parsing
branch
from
September 18, 2018 19:14
932bf4f to
c45cc19
Compare
KevinYang21
force-pushed
the
kevin_yang_parallelize_enqueue
branch
8 times, most recently
from
September 20, 2018 19:09
7383b00 to
8541440
Compare
Codecov Report
@@ Coverage Diff @@
## kevin_yang_decouple_dag_parsing #4 +/- ##
==================================================================
Coverage ? 76.29%
==================================================================
Files ? 198
Lines ? 16194
Branches ? 0
==================================================================
Hits ? 12355
Misses ? 3839
Partials ? 0
Continue to review full report at Codecov.
|
KevinYang21
force-pushed
the
kevin_yang_decouple_dag_parsing
branch
7 times, most recently
from
September 28, 2018 08:53
d869e48 to
07cafb1
Compare
KevinYang21
force-pushed
the
kevin_yang_decouple_dag_parsing
branch
from
October 11, 2018 00:08
07cafb1 to
e3d984a
Compare
KevinYang21
force-pushed
the
kevin_yang_decouple_dag_parsing
branch
5 times, most recently
from
October 12, 2018 20:40
86f1b5e to
0ca9713
Compare
KevinYang21
force-pushed
the
kevin_yang_parallelize_enqueue
branch
5 times, most recently
from
October 13, 2018 00:44
2e815c8 to
564c6b5
Compare
KevinYang21
force-pushed
the
kevin_yang_parallelize_enqueue
branch
from
October 15, 2018 00:51
564c6b5 to
bd6ab2b
Compare
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Jira
Description
The change is branch off from this PR: [AIRFLOW-2760] Decouple DAG parsing loop from scheduler loop apache/airflow#3873
Summary of major changes:
Tests
tests/executors/test_celery_executor.py:TestCeleryExecutor.test_error_sending_task
tests/jobs.py:SchedulerJobTest.test_change_state_for_tasks_failed_to_execute
Also updated existing failing unit test.
Before:

Before (32k tasks should run on 13:30 but didn't get >30k running tasks until 13:41):
After (32k tasks should run on 15:10 and got them all running at 15:14):

Commits
Documentation
Code Quality
git diff upstream/master -u -- "*.py" | flake8 --diff