Igor,

Have you taken a look at the ControlRate processor?  ControlRate is
designed to regulate the number or data volume of FlowFiles, and might be
perfect for preventing throttling from your web service.

https://nifi.apache.org/docs/nifi-docs/components/org.apache.nifi.processors.standard.ControlRate/index.html

Thanks,

James

On Wed, May 18, 2016 at 11:31 AM, Igor Kravzov <[email protected]>
wrote:

> Will try to explain what I mean.
> I have a flow which reads a file with input data, splits it by line, sends
> each new line as a search parameter to InvokeHttp PR and processes
> results.  It is so fast that I get "Rate limit exceeded" for some requests
> :)
> I need to put some kind of delay before calling InvokeHttp PR. Is it
> possible?
>

Reply via email to