Add configurable limit for the maximum age and number of events in the event store and remove old events before sending #660
Labels
status:completed
Completed - but might not be released yet.
Milestone
The event store is currently unbounded meaning that if events fail to be sent to the collector, they are never removed from the event store. This can lead to it growing endlessly (if for instance an ad blocker blocks the collector domain) which is likely to have an impact on the app.
We should add configurable limits to the event store so that old events are removed. We could have two such limits:
The text was updated successfully, but these errors were encountered: