-
Notifications
You must be signed in to change notification settings - Fork 347
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
Allow startuptime to be reported when it isn't exceeded. #2500
Allow startuptime to be reported when it isn't exceeded. #2500
Conversation
01a05fa
to
ca661ae
Compare
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.
Should the base of this PR be different? It looks like it contains @anonrig's commit which is main
so shouldn't show up here
Hmm, you're right, that wasn't here yesterday though. Update: fixed |
2ea664b
to
d14701a
Compare
d14701a
to
ecbb6ea
Compare
Marking with |
limitenforcer's enterStartup* functions now receive a reference to a OneOf an exception or a duration. Which can be populated by the elapsed duration if the limit was not exceeded.
ecbb6ea
to
1ead2e9
Compare
LimitEnforcer's enterStartup* functions now receive a reference to a OneOf an exception or a duration.
Which can be populated by the elapsed duration if the limit was not exceeded.