Enrich-kinesis assetsUpdatePeriod configuration available values

The assetsUpdatePeriod config for kinesis enrich accepts number of days as value, but I’m wondering if it’s possible or not to set the value of this configuration to hours or even a cron schedule.

Yes, you can set it to a value like 4 hours if you like. It’s a Duration type, according to the docs valid time units are:

d, day, h, hour, min, minute, s, sec, second, ms, milli, millisecond, µs, micro, microsecond, ns, nano, nanosecond

Cron is not possible.

Hope that helps. :slight_smile:

1 Like

@Colm Thanks a lot for your answer, It dose really help me thanks again <3