-
Notifications
You must be signed in to change notification settings - Fork 700
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
Clear past errors from workflow state #4624
Changes from all commits
fea71e9
4d1e5f6
57e12aa
457f0d7
552f413
83812e3
26d9d05
d50598c
5ee89e1
cb768a3
3a17f9e
3574d6f
63f83f2
4487db4
96c5393
2971250
c0eb0b1
8648de0
b247ec8
41a06b1
250a0ff
345f990
9934791
431f1d3
0ce2f89
99fc625
216e1a3
6c5650c
2cea075
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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.
I think it makes sense to add the
enableCRDebugMetadata bool
argument here to theClearExecutionError
function on theMutableNodeStatus
interface. Then this call more closely reflects theUpdatePhase
call above and we can remove adding aClear
function to thenodeExecutor
struct and similarly theNodeExecutor
interface. Thoughts?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.
I've never used golang before I started using flyte, so I have little opinion on how the interfaces are organised. I will try to implement it as you suggested.