You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 thanakka.persistence.reminder.tick-interval
.The text was updated successfully, but these errors were encountered: