-
Notifications
You must be signed in to change notification settings - Fork 14.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AIRFLOW-1104 Update jobs.py so Airflow does not over schedule tasks #3568
Conversation
Codecov Report
@@ Coverage Diff @@
## master #3568 +/- ##
==========================================
+ Coverage 77.51% 77.51% +<.01%
==========================================
Files 205 205
Lines 15751 15751
==========================================
+ Hits 12209 12210 +1
+ Misses 3542 3541 -1
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This change makes sense to me. @bolkedebruin @mistercrunch any thoughts?
@saguziel ^^^ |
LGTM |
@saguziel this seems such a trivial fix, why wasn't it done earlier? Ie. honest question, there must have been a reason I assume? |
@saguziel Was there a specific reason earlier to not do this like @bolkedebruin asks or if there was no reason we should merge this one. |
@dan-sf Can you please resolve the conflicts? |
@kaxil Conflicts have been updated |
Can you squash your commits as well? |
This change will prevent tasks from getting scheduled and queued over the concurrency limits set for the dag
Sure, the changes have been rebased on master |
…apache#3568) This change will prevent tasks from getting scheduled and queued over the concurrency limits set for the dag
…apache#3568) This change will prevent tasks from getting scheduled and queued over the concurrency limits set for the dag
…#3568) This change will prevent tasks from getting scheduled and queued over the concurrency limits set for the dag
…apache#3568) This change will prevent tasks from getting scheduled and queued over the concurrency limits set for the dag
…apache#3568) This change will prevent tasks from getting scheduled and queued over the concurrency limits set for the dag
…apache#3568) This change will prevent tasks from getting scheduled and queued over the concurrency limits set for the dag
This change will prevent tasks from getting scheduled and queued over the concurrency limits set for the dag
This change will prevent tasks from getting scheduled and queued over
the concurrency limits set for the dag
JIRA
Description
FIXME: Rescheduling due to concurrency limits reached at task runtime.
Tests