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