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

check randomization factor in all root level constructors #2108

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

jdcaperon
Copy link

In this constructor the randomization factor is not checked until call time, this means that the IntervalFunction can throw runtime exceptions after the application has started. This is undesirable as it is generally better for something to fail at startup rather than when the system is already retrying due to other failures. This also brings it into line with the behavior of other constructors.

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

Successfully merging this pull request may close these issues.

None yet

1 participant