I've recently been hitting a problem with duplicate records. Not sure why, as this never happened before, but, I've set REMOVE_DUPLICATES to true and now seems to be working okay.
What I noticed, was that the records in my dashboard show with a long TTL (1800 seconds), whilst the SLEEP_INTERVAL is 60s.
I think, if possible, it would be nice if records created by the container had a TTL matching the sleep interval - or if this could be a tunable option if not desireable. As, if the records is set to last longer than the interval for checking, this feels like it could cause some issues when it gets updated.
I've recently been hitting a problem with duplicate records. Not sure why, as this never happened before, but, I've set REMOVE_DUPLICATES to true and now seems to be working okay.
What I noticed, was that the records in my dashboard show with a long TTL (1800 seconds), whilst the SLEEP_INTERVAL is 60s.
I think, if possible, it would be nice if records created by the container had a TTL matching the sleep interval - or if this could be a tunable option if not desireable. As, if the records is set to last longer than the interval for checking, this feels like it could cause some issues when it gets updated.
Thanks!