-
Enhancement
-
Resolution: Done
-
Major
-
None
When using DatabaseTimerPersistence, the timer info is kept in both in-memory timer instances, and in db. With large number of timers and heavy use of timer info, it can lead to huge memory consumption.
Since we can always get the timer info from timer db, we should be able to minimize the cached timer info without sacrificing functionality.