-
-
Notifications
You must be signed in to change notification settings - Fork 207
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
feat: expose missedHeartbeatsLimit
config through Spring Boot properties (addresses #633)
#634
base: master
Are you sure you want to change the base?
Conversation
missedHeartbeatsLimit
config through Spring Boot propertiesmissedHeartbeatsLimit
config through Spring Boot properties
missedHeartbeatsLimit
config through Spring Boot propertiesmissedHeartbeatsLimit
config through Spring Boot properties (addresses #633)
I made an educated guess how you might like tests updated for this work e7ccf82; if you'd like something different just let me know and I'm happy to adjust. |
/** | ||
* How many heart beats can be missed before an execution is considered dead. | ||
* | ||
* <p>Must be greater than 4 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Must be >= 4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yep yep; addressed in rebased history, see 4c28c7a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Appreciate the contribution! Thanks!
*_also includes some minor grammar/spelling fixes_
e7ccf82
to
d07ab8b
Compare
Brief, plain english overview of your changes here
Exposes the
missedHeartbeatsLimit
configuration added in #432 through the Spring BootDbSchedulerProperties
.Fixes
Closes #633.
Reminders
mvn spotless:apply
cc @kagkarlsson