mx4492 / hubot-remind-her

WARNING: This bot is not being maintained anymore (since 2017). Do not use it unless you know what you are doing.
9 stars 12 forks source link

Reminders disappear #8

Open negativ72rus opened 6 years ago

negativ72rus commented 6 years ago

When the server is restarted, the scheduled reminders disappear. Where are they stored?

xurizaemon commented 6 years ago

Reminders aren't currently persisted to robot.brain (and unless you have a persistence plugin such as hubotio/hubot-redis-brain, robot.brain is not persisted anyway).

They are implemented as setTimeout in Reminders class so shouldn't be expected to survive a restart.

In order to make them persistent, I think you'd need: