mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 20:19:06 +00:00
Fix inconsistency in Graceful Shutdown section
See gh-46917 Closes gh-48284
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
[[web.graceful-shutdown]]
|
||||
= Graceful Shutdown
|
||||
|
||||
Graceful shutdown is enabled by default with all four embedded web servers (Jetty, Reactor Netty, and Tomcat) and with both reactive and servlet-based web applications.
|
||||
Graceful shutdown is enabled by default with all three embedded web servers (Jetty, Reactor Netty, and Tomcat) and with both reactive and servlet-based web applications.
|
||||
It occurs as part of closing the application context and is performed in the earliest phase of stopping javadoc:org.springframework.context.SmartLifecycle[] beans.
|
||||
This stop processing uses a timeout which provides a grace period during which existing requests will be allowed to complete but no new requests will be permitted.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user