• Andy Wilkinson's avatar
    Resend SIGTERM if app is still running 30 seconds after first attempt · 487a66a7
    Andy Wilkinson authored
    Previously, the default launch script would send SIGTERM once and then
    wait for up to 60 seconds for the app to have stopped. If the service
    was stopped immediately after being started the first SIGTERM would
    occasionally be ignored (presumably because the JVM was not yet in a
    state to handle it) causing the service stop request to fail.
    
    This commit updates the launch script to resend SIGTERM to the process
    if it's still running 30 seconds after the first SIGTERM was sent.
    
    Closes gh-4941
    487a66a7
Name
Last commit
Last update
.mvn Loading commit data...
eclipse Loading commit data...
spring-boot Loading commit data...
spring-boot-actuator Loading commit data...
spring-boot-actuator-docs Loading commit data...
spring-boot-autoconfigure Loading commit data...
spring-boot-cli Loading commit data...
spring-boot-dependencies Loading commit data...
spring-boot-deployment-tests Loading commit data...
spring-boot-devtools Loading commit data...
spring-boot-docs Loading commit data...
spring-boot-full-build Loading commit data...
spring-boot-integration-tests Loading commit data...
spring-boot-parent Loading commit data...
spring-boot-samples Loading commit data...
spring-boot-starters Loading commit data...
spring-boot-tools Loading commit data...
.gitignore Loading commit data...
.settings-template.xml Loading commit data...
.travis.yml Loading commit data...
CONTRIBUTING.adoc Loading commit data...
LICENSE.txt Loading commit data...
README.adoc Loading commit data...
mvnw Loading commit data...
mvnw.cmd Loading commit data...
pom.xml Loading commit data...