Skip to content

Fix bug causing executor to wait double the termination grace period#4689

Merged
JamesMurkin merged 3 commits intomasterfrom
delete_logging
Feb 17, 2026
Merged

Fix bug causing executor to wait double the termination grace period#4689
JamesMurkin merged 3 commits intomasterfrom
delete_logging

Conversation

@JamesMurkin
Copy link
Contributor

@JamesMurkin JamesMurkin commented Feb 13, 2026

DeletionTimestamp is actually the time should have been deleted by and includes the pods termination grace period already

We were incorrectly using it as the time deletion was called on the pod, leading to us waiting double the grace period

This should make cleaning up stuck pods more responsive

Signed-off-by: JamesMurkin <jamesmurkin@hotmail.com>
@JamesMurkin JamesMurkin marked this pull request as ready for review February 13, 2026 11:42
Signed-off-by: JamesMurkin <jamesmurkin@hotmail.com>
@JamesMurkin JamesMurkin changed the title Add log line when delete is called on pod Fix bug causing executor to wait double the termination grace period Feb 14, 2026
@JamesMurkin JamesMurkin enabled auto-merge (squash) February 17, 2026 09:47
@JamesMurkin JamesMurkin merged commit 46d0689 into master Feb 17, 2026
15 checks passed
@JamesMurkin JamesMurkin deleted the delete_logging branch February 17, 2026 09:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants