Maybe a Wait processor with an expiration of 60 mins? If you never use
a Notify processor then its basically just going to wait til the
expiration.
On Mon, Oct 15, 2018 at 4:10 PM Peter Wicks (pwicks) <pwi...@micron.com> wrote:
>
> A coworker and I were working on a problem where we needed to delay a group 
> of FlowFile’s for 60 minutes. Our first attempt of course used ControlRate, 
> but with ControlRate the first file is let through immediately, and only 
> after that are the rest of the files delayed.
>
>
>
> We got it working by using FlowFile penalization on a broken PutFile 
> processor to penalize all files for 60 minutes, and all files fail due to the 
> bad config. In testing this looks good, but… well it’s pretty ugly. Is there 
> an easy fix for this? My first thought was we need a “Delay” processor.
>
>
>
> --Peter

Reply via email to