Scheduled Events

Hi All, can someone clarrify for me - when using scheduled events, is that schedule only stored in memory? Is there anywhere that it is persisted e.g. in the tracker store or would it be lost any time the memory cache is cleared.

Thanks in Advance

By default the remidners are not persisted and only stored in memory.

We use the apscheduler library to schedule the reminders. I think if you configure a persistent job store (User guide — APScheduler 3.6.0.post3 documentation), e.g. a mongo job store, your reminders schould work accross restarts.