Hi, I’m building a bot for production, which has a lot of intents and stories, hence conversations generally go for 15-20 minutes. I noticed that after about 10 minutes, the list of events stored in the tracker stores around 1000 events, and this makes the bot very, very slow. I don’t wish to store the old events, is there any way to clear the old, irrelevant events stored in tracker?
@jash-05 1000 events shouldn’t make the bot slow. Which TrackerStore
are you using? We also introduced the concepts of conversation sessions, which should alleviate that.