You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by GitBox <gi...@apache.org> on 2022/10/21 14:27:19 UTC

[GitHub] [nifi] turcsanyip commented on pull request #6512: NIFI-10628: Added Default Schedule Time and Run Duration to processors

turcsanyip commented on PR #6512:
URL: https://github.com/apache/nifi/pull/6512#issuecomment-1287043866

   @Lehel44 I checked the processors in the PR and `GetTwitter` and `ConsumeWindowsEventLog` are also consumer-type processors (similar to `GetAzureEventHub`) where an asynchronous thread feeds an internal queue and `onTrigger()` should consume it quite frequently. So I do not recommend 1 min schedule definitely. Please remove these processors from this round. We can consider to optimize the scheduling later.


-- 
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: issues-unsubscribe@nifi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org