Skip to content

Commit

Permalink
conf: update default list of events considered as errors
Browse files Browse the repository at this point in the history
  • Loading branch information
bobeal committed Jan 8, 2024
1 parent b0a820c commit aaf428b
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ public abstract class AbstractProvenanceReporter extends AbstractReportingTask {
"Start reading provenance Events from the end of the stream, ignoring old events");

static final List<String> DEFAULT_DETAILS_AS_ERROR = Arrays.asList(
"Auto-Terminated by Failure Relationship", "Auto-Terminated by No Retry Relationship"
"Auto-Terminated by Failure Relationship", "Auto-Terminated by No Retry Relationship",
"Auto-Terminated by Retry Relationship", "Auto-Terminated by invalid Relationship",
"Auto-Terminated by timeout Relationship"
);

static final PropertyDescriptor START_POSITION = new PropertyDescriptor.Builder().name("start-position")
Expand Down

0 comments on commit aaf428b

Please sign in to comment.