Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Horusiath opened this issue Feb 1, 2019 · 0 comments

Comments

@Horusiath
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant