spring-boot/spring-boot-tools
Andy Wilkinson 487a66a75f Resend SIGTERM if app is still running 30 seconds after first attempt
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
2016-01-14 10:37:45 +00:00
..
spring-boot-antlib Next Development Version 2015-12-18 05:43:02 -08:00
spring-boot-configuration-metadata Next Development Version 2015-12-18 05:43:02 -08:00
spring-boot-configuration-processor Next Development Version 2015-12-18 05:43:02 -08:00
spring-boot-gradle-plugin Next Development Version 2015-12-18 05:43:02 -08:00
spring-boot-loader Complete static final logger changes that were started in ec2f33f9 2016-01-13 16:22:35 +00:00
spring-boot-loader-tools Resend SIGTERM if app is still running 30 seconds after first attempt 2016-01-14 10:37:45 +00:00
spring-boot-maven-plugin Next Development Version 2015-12-18 05:43:02 -08:00
pom.xml Next Development Version 2015-12-18 05:43:02 -08:00