Hi,
For performance reasons we want to restrict the event history of our custom SQL tracker. However, the max_event_history parameter is ignored, since the FailSafeTrackerStore does not use the max_event_history of the wrapped tracker store. By the default, the max_event_history is set to None in the TrackerStore class. Would be great to have this as an option. Do you have any suggestions?
As a side note, the FailSafeTrackerStore kind of limits the TrackerStore interface. That is to say, only the implemented member functions in the FailSafeTrackerStore actually get passed on to a custom tracker store. This is a bit weird. Having FailSafeTrackerStore as an option or customizable would be nice, or is that already possible and I missed it?
BR