[
https://issues.apache.org/jira/browse/SYNCOPE-1670?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17514028#comment-17514028
]
ASF subversion and git services commented on SYNCOPE-1670:
----------------------------------------------------------
Commit 68c2af4aeb472f92646be0970e47e2dbdf95a8aa in syncope's branch
refs/heads/2_1_X from Francesco Chicchiriccò
[ https://gitbox.apache.org/repos/asf?p=syncope.git;h=68c2af4 ]
[SYNCOPE-1670] Enable for graceful shutdown (#331)
> 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ò
> Priority: Major
> 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)