Skip to content

Conversation

@dsyer
Copy link
Member

@dsyer dsyer commented Jan 22, 2026

Graceful shutdown is not sufficient on its own to ensure that in-flight requests are handled during pod termination. The preStop hook should be used to provide sufficient time for in-flight requests.

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Jan 22, 2026
@wilkinsona wilkinsona changed the title Add some more detail regarding Kubernetes probes Highlight the importance of the preStop hook when configuring Kubernetes probes Jan 22, 2026
@wilkinsona wilkinsona added type: documentation A documentation update and removed status: waiting-for-triage An issue we've not yet triaged labels Jan 22, 2026
@wilkinsona wilkinsona added this to the 3.5.x milestone Jan 22, 2026
Graceful shutdown is not sufficient on its own to ensure that in-flight
requests are handled during pod termination. The preStop hook should be
used to provide sufficient time for in-flight requests.

Signed-off-by: Dave Syer <[email protected]>
@wilkinsona wilkinsona self-assigned this Jan 23, 2026
@wilkinsona wilkinsona modified the milestones: 3.5.x, 3.5.11 Jan 23, 2026
wilkinsona pushed a commit that referenced this pull request Jan 23, 2026
Graceful shutdown is not sufficient on its own to ensure that in-flight
requests are handled during pod termination. The preStop hook should be
used to provide sufficient time for in-flight requests.

Signed-off-by: Dave Syer <[email protected]>

See gh-48936
@wilkinsona
Copy link
Member

Thanks, @dsyer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type: documentation A documentation update

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants