-
Notifications
You must be signed in to change notification settings - Fork 82
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
Document the value of shutdown-after-unsuccessful #20
Comments
travis webhook for contributors channel
Do these settings actually interact? The liveness check will pass even if the cluster hasn't formed, and the readiness check won't result in a shutdown. What did you have in mind here, @ignasi35? |
Operators only familiar with the YAML settings may face a situation were they use very generous retrials and threasholds but |
Got it. But maybe the best place to document it is in the Lagom documentation rather than the example application? |
Sure! I generally like comments cross-referencing from settings to code (or settings to other settings) when there are interactions between things. But a deeper explanation or just a simple introduction to the problem and the related settings/knobs in the documentation will also be necessary/useful. |
raised lagom/lagom#2337 |
The value of
shutdown-after-unsuccessful...
is set to60s
but that value should be aligned with readiness and liveness settings in the YAML deployment fileshttps://github.com/lagom/shopping-cart-scala/blob/e30b41723922ed635a8c072ea138262147a69cea/shopping-cart-impl/src/main/resources/prod-application.conf#L27-L29
This settings should include extra documentation wrt it's value and how it interacts with other settings on the sample app.
The text was updated successfully, but these errors were encountered: