iadamcsik commented on code in PR #10455:
URL: https://github.com/apache/nifi/pull/10455#discussion_r2465326576


##########
nifi-extension-bundles/nifi-groovyx-bundle/nifi-groovyx-processors/src/main/java/org/apache/nifi/processors/groovyx/ExecuteGroovyScript.java:
##########
@@ -138,6 +143,8 @@ public class ExecuteGroovyScript extends AbstractProcessor {
 
     public static final Relationship REL_FAILURE = new 
Relationship.Builder().name("failure").description("FlowFiles that failed to be 
processed").build();
 
+    public static final int VALIDATION_TIMEOUT_MINUTES = 5;

Review Comment:
   Yes it is supposed to be a simple fail safe. I'll leave it at 5 mins for now 
and document it in additional details.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to