Uh oh!
There was an error while loading. Please reload this page.
Ensure scheduler uses best available serdag for dag run - #49097
Merged
kaxil merged 3 commits intoApr 15, 2025
Conversation
dstandishforce-pushed
the
dag-run-scheduling-should-use-correct-serdag
branch
from
April 13, 2025 12:24
b0cf728 to
5cb6289CompareUh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
dstandishforce-pushed
the
dag-run-scheduling-should-use-correct-serdag
branch
from
April 14, 2025 04:13
b60797f to
5c40adeComparedstandish
marked this pull request as ready for review
April 14, 2025 04:13
2 tasks
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
dstandishforce-pushed
the
dag-run-scheduling-should-use-correct-serdag
branch
from
April 14, 2025 14:43
be6a292 to
61d8be1Comparedstandishforce-pushed
the
dag-run-scheduling-should-use-correct-serdag
branch
3 times, most recently
from
April 14, 2025 18:49
e494aab to
98ccdb7CompareEach dag run is associated with a set of serdags via the bundle version / dag_id combination. When making scheduling decisions we need to use one of these serdags. Using the latest one is the best we can do right now.
dstandishforce-pushed
the
dag-run-scheduling-should-use-correct-serdag
branch
from
April 14, 2025 21:43
3d85351 to
ba81f0eCompare2 tasks
ashb
reviewed
Apr 15, 2025
Uh oh!
There was an error while loading. Please reload this page.
ashb
approved these changes
Apr 15, 2025
2 tasks
This was referenced Jul 2, 2026
Open
1 task
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 freeto 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.
Each dag run is associated with a set of serdags via the bundle version / dag_id combination. When making scheduling decisions we need to use one of these serdags. Using the latest one is the best we can do right now.
Simpler alternative to #48956
Closes: #49007