Akka.Persistence.Reminders icon indicating copy to clipboard operation
Akka.Persistence.Reminders copied to clipboard

Log warning when task repeat interval is lower than reminder tick interval

Open Horusiath opened this issue 6 years ago • 0 comments
trafficstars

As mentioned in docs, reminders doesn't play well in sub-second intervals due to their persistent nature. In practice the default interval precision is set to 10 seconds, which means, that any repeat intervals with lower value may result in messages not being send. We should make log on warning/error level when user tries to schedule task with repeatInterval lower than akka.persistence.reminder.tick-interval.

Horusiath avatar Feb 01 '19 09:02 Horusiath