szaszm commented on a change in pull request #721: MINIFICPP-1135 - Add a watchdog to schedulingAgent to warn in case of… URL: https://github.com/apache/nifi-minifi-cpp/pull/721#discussion_r373634508
########## File path: libminifi/src/Configure.cpp ########## @@ -28,6 +28,7 @@ const char *Configure::nifi_flow_configuration_file = "nifi.flow.configuration.f const char *Configure::nifi_flow_configuration_file_exit_failure = "nifi.flow.configuration.file.exit.onfailure"; const char *Configure::nifi_flow_configuration_file_backup_update = "nifi.flow.configuration.backup.on.update"; const char *Configure::nifi_flow_engine_threads = "nifi.flow.engine.threads"; +const char *Configure::nifi_flow_engine_alert_time = "nifi.flow.engine.alert.time"; Review comment: Can we easily make the unit part of the config option? If so, it would probably simplify configuration. ---------------------------------------------------------------- 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
