Stream transformer max window question

Hi for the kinesis stream transformer I would like to know the max window size for emitting messages to the rdb loader. Ie:

Frequency to emit transforming finished message - 5,10,15,20,30,60 etc minutes

Optional, default value 10 minutes

“windowing”: “${window_period}”

Is 60 max? I’ve set 120 but still seems to default to transforming it from the stream for each full hour ie 60 minutes.

Hi @ddank ,

Indeed the maximum allowed value is 60 minutes.

You can find the configuration reference here.