I have a question about event table expiration. Le...
# general
c
I have a question about event table expiration. Let’s say I have
--events_expiry
set to 3600, but I
select * from process_events
every 60 seconds. Do the events expire each time the SELECT query runs, or do they hang around for the full 3600 seconds, resulting in duplicated events each time the SELECT query runs?