[
https://issues.apache.org/jira/browse/NIFI-13771?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17883794#comment-17883794
]
ASF subversion and git services commented on NIFI-13771:
--------------------------------------------------------
Commit e5a80e6ba63609699d06976298d46d27ae71a28d in nifi's branch
refs/heads/main from Peter Gyori
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=e5a80e6ba6 ]
NIFI-13771 Python source processor default Run Duration 0 ms and Run Schedule 1
min
This closes #9282.
Signed-off-by: Peter Turcsanyi <[email protected]>
> Default Run Duration and Run Schedule should be modified for Python source
> processors
> -------------------------------------------------------------------------------------
>
> Key: NIFI-13771
> URL: https://issues.apache.org/jira/browse/NIFI-13771
> Project: Apache NiFi
> Issue Type: Improvement
> Components: Core Framework, Extensions
> Reporter: Peter Gyori
> Assignee: Peter Gyori
> Priority: Minor
> Time Spent: 10m
> Remaining Estimate: 0h
>
> Currently the default Run Schedule for Python processors is 0 sec and the
> default Run Duration is 25 ms.
> It is common use-case for a source-type processor to run once periodically
> instead of running continuously. Therefore - just like in case of List*
> processors - the default Run Schedule should be set to 1 min.
> To make sure that the processor is only triggered once in every cycle,
> default Run Duration needs to be set to 0.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)