phrocker commented on a change in pull request #683: MINIFICPP-1087 - Proper 
handling of errors during onSchedule calls
URL: https://github.com/apache/nifi-minifi-cpp/pull/683#discussion_r350804342
 
 

 ##########
 File path: libminifi/src/core/yaml/YamlConfiguration.cpp
 ##########
 @@ -61,6 +61,21 @@ core::ProcessGroup 
*YamlConfiguration::parseRootProcessGroupYaml(YAML::Node root
 
   this->name_ = flowName;
 
+  if (rootFlowNode["onschedule retry interval"]) {
 
 Review comment:
   I guess the logic is that this is something that is optional? This makes a 
lot of sense if requested via the flow configuration but it does not always 
make sense in the guise of distributed containers/systems. 

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to