PersistentScheduler

Persistent event scheduler for low-frequency events.

Any outstanding events that should have fired during a down-time will be triggered once the corresponding handler has been registered. Repeated events will only be fired once, though. So after a down-time of three days, a daily event will only be triggered a single time instead of three times.

class PersistentScheduler {}

Meta