Francesco Chicchiriccò created SYNCOPE-1670:
-----------------------------------------------
Summary: Support Graceful shutdown
Key: SYNCOPE-1670
URL: https://issues.apache.org/jira/browse/SYNCOPE-1670
Project: Syncope
Issue Type: Improvement
Components: core
Reporter: Francesco Chicchiriccò
Assignee: Francesco Chicchiriccò
Fix For: 2.1.12, 3.0.0
Graceful shutdown refers to the capability of web applications to save data,
release connections, cleanly terminate running threads, etc before terminating.
As of [Spring Boot
2.3|https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-2.3-Release-Notes#graceful-shutdown],
Spring Boot now supports the graceful shutdown feature for all four embedded
web servers (Tomcat, Jetty, Undertow, and Netty) on both servlet and reactive
platforms.
Graceful shutdown is also important for software orchestration platform like as
Kubernetes, to help maintaining an efficient deployment cycle.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)