You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An example command of stopping a bundle would be helpful, with an explanation of how the application is stopped. I believe a SIGTERM is issued to the application, and it is provided with a configurable amount of time to perform a graceful shut down, but this should be documented more clearly.
More to the use case, graceful shutdowns are a very common question we receive from customers and this is one piece of that puzzle. As Akka is the most common type of application we've seen for ConductR, it may even be worth pointing out that this would automatically trigger Akka's co-ordinated shutdown feature.
The text was updated successfully, but these errors were encountered:
These page could use more information about what happens when a bundle is stopped.
https://conductr.lightbend.com/docs/2.1.x/DeployingBundlesOps
https://conductr.lightbend.com/docs/2.1.x/DeployingBundles
An example command of stopping a bundle would be helpful, with an explanation of how the application is stopped. I believe a SIGTERM is issued to the application, and it is provided with a configurable amount of time to perform a graceful shut down, but this should be documented more clearly.
More to the use case, graceful shutdowns are a very common question we receive from customers and this is one piece of that puzzle. As Akka is the most common type of application we've seen for ConductR, it may even be worth pointing out that this would automatically trigger Akka's co-ordinated shutdown feature.
The text was updated successfully, but these errors were encountered: