-
Notifications
You must be signed in to change notification settings - Fork 137
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prevent issue handler from trying to handle issues on finished pods (#…
…4057) This was causing issues where we'd send events for long finished pods For example a pod that fails - but the pod is kept around for a few days for debugging purposes Once the finished pod reached its activeDeadlineSeconds, the executor would send a failed event and delete the pod We don't need to look for issues on finished pods - and sending events for finished pods is actively confusing to downstream We now filter pods we look for issues on based on their state
- Loading branch information
1 parent
9ff8d32
commit 78d76c4
Showing
2 changed files
with
14 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters