-
Notifications
You must be signed in to change notification settings - Fork 665
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
feat(propeller): Add new config to disable fallback to container task handler #5077
Open
MortalHappiness
wants to merge
1
commit into
flyteorg:master
Choose a base branch
from
MortalHappiness:feature/#5076-prevent-fallback-container-handler
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
feat(propeller): Add new config to disable fallback to container task handler #5077
MortalHappiness
wants to merge
1
commit into
flyteorg:master
from
MortalHappiness:feature/#5076-prevent-fallback-container-handler
Conversation
This file contains 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
dosubot
bot
added
size:M
This PR changes 30-99 lines, ignoring generated files.
documentation
Improvements or additions to documentation
enhancement
New feature or request
labels
Mar 19, 2024
MortalHappiness
force-pushed
the
feature/#5076-prevent-fallback-container-handler
branch
from
March 19, 2024 19:27
58a3d3a
to
8d23dc9
Compare
MortalHappiness
changed the title
feat(handler): Add new config to prevent default container task handler
feat(handler): Add new config to disable default container task handler
Mar 19, 2024
MortalHappiness
force-pushed
the
feature/#5076-prevent-fallback-container-handler
branch
from
March 19, 2024 19:32
8d23dc9
to
5326ad2
Compare
MortalHappiness
changed the title
feat(handler): Add new config to disable default container task handler
feat(handler): Add new config to disable fallback to container task handler
Mar 19, 2024
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #5077 +/- ##
=======================================
Coverage 60.23% 60.23%
=======================================
Files 646 646
Lines 45664 45667 +3
=======================================
+ Hits 27505 27508 +3
Misses 15569 15569
Partials 2590 2590
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
MortalHappiness
force-pushed
the
feature/#5076-prevent-fallback-container-handler
branch
from
March 27, 2024 10:17
5326ad2
to
b39eab9
Compare
MortalHappiness
changed the title
feat(handler): Add new config to disable fallback to container task handler
feat(propeller): Add new config to disable fallback to container task handler
Mar 28, 2024
MortalHappiness
force-pushed
the
feature/#5076-prevent-fallback-container-handler
branch
from
March 28, 2024 10:46
b39eab9
to
2f7b1cd
Compare
dosubot
bot
added
size:L
This PR changes 100-499 lines, ignoring generated files.
and removed
size:M
This PR changes 30-99 lines, ignoring generated files.
labels
Mar 28, 2024
MortalHappiness
force-pushed
the
feature/#5076-prevent-fallback-container-handler
branch
3 times, most recently
from
April 2, 2024 04:16
1c7ae32
to
864dacb
Compare
MortalHappiness
force-pushed
the
feature/#5076-prevent-fallback-container-handler
branch
2 times, most recently
from
April 9, 2024 10:49
862f846
to
92f7076
Compare
… handler Resolves: flyteorg#5076 Signed-off-by: Chi-Sheng Liu <[email protected]>
MortalHappiness
force-pushed
the
feature/#5076-prevent-fallback-container-handler
branch
from
May 16, 2024 16:10
92f7076
to
99538c3
Compare
@pingsutw Can you help me review this PR? Thanks. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
documentation
Improvements or additions to documentation
enhancement
New feature or request
size:L
This PR changes 100-499 lines, ignoring generated files.
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.
Tracking issue
Resolves: #5076
Why are the changes needed?
If a task does not have a default plugin handler, it will fall back to the container task handler. We usually do not want this behavior and expect the task without corresponding task handlers to fail.
What changes were proposed in this pull request?
Add a new config
fallback-to-container-handler
under thetask-plugins
section.How was this patch tested?
Setup process
Screenshots
Check all the applicable boxes
Related PRs
Docs link