Skip to content

Commit

Permalink
Add multi file error aggregation strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
bgedik committed Oct 9, 2024
1 parent 7128bb7 commit 8f4629f
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions flyteidl/gen/pb-es/flyteidl/core/execution_pb.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions flyteidl/gen/pb-go/flyteidl/core/execution.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions flyteidl/gen/pb-js/flyteidl.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flyteidl/gen/pb_python/flyteidl/core/execution_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flyteidl/gen/pb_rust/flyteidl.core.rs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flyteidl/protos/flyteidl/core/execution.proto
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ message ExecutionError {
}
ErrorKind kind = 4;
// Worker that generated the error
string worker = 6;
string worker = 5;
}

// Log information for the task that is specific to a log sink
Expand Down

0 comments on commit 8f4629f

Please sign in to comment.