You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Martin Zink (Jira)" <ji...@apache.org> on 2022/12/08 15:32:00 UTC

[jira] [Created] (MINIFICPP-2008) Cron driven processors should rerun if the onTrigger failed due to exception

Martin Zink created MINIFICPP-2008:
--------------------------------------

             Summary: Cron driven processors should rerun if the onTrigger failed due to exception
                 Key: MINIFICPP-2008
                 URL: https://issues.apache.org/jira/browse/MINIFICPP-2008
             Project: Apache NiFi MiNiFi C++
          Issue Type: Bug
            Reporter: Martin Zink
            Assignee: Martin Zink


CronDrivenSchedulingAgent saves the time-point of the onTrigger, it wont rerun the processor until the next execution time based on the cron statement.
 
If the processor throws an exception the processor should be retried again until the yield period passed, and only save the time-point of the onTrigger if successful.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)