Skip to content

Spring Boot- Graceful shutdown is not working with spring boot version 3.3.5 #43087

Closed as not planned
@bhuyan1703

Description

@bhuyan1703

Hi, I have upgraded my spring-boot-starter-parent version 3.1.5 to 3.2.5 in my spring boot project. But with this spring boot version graceful shut down is not working. Kindly suggest!

I have added the below mentioned properties in my yaml file.
server:
shutdown: "graceful"
spring:
lifecycle:
timeout-per-shutdown-phase: "4200s"

Kindly Note: I am using spring-boot-starter-webflux instead of spring-boot-starter-web dependency.

Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions