Skip to content

Conversation

andrea-deri
Copy link
Contributor

@andrea-deri andrea-deri commented Aug 8, 2025

This PR contains a migration on TCP probes from HTTP ones. This migration is required because, due to numerous incoming HTTP requests, the liveness probe cannot successfully return a response. With this fix, the probes will use an endpoint opened using TCP connections, avoiding saturated HTTP pool.

List of Changes

  • Changing protocol for liveness and readiness probes

Motivation and Context

These changes are required in order to resolve a problem on saturated HTTP's channels.

How Has This Been Tested?

  • Tested in DEV environment

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as
    expected)

Checklist:

  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.

@andrea-deri andrea-deri requested a review from a team as a code owner August 8, 2025 11:20
Copy link
Contributor

@aomegax aomegax left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@aomegax aomegax merged commit 1932d05 into main Aug 8, 2025
4 checks passed
@aomegax aomegax deleted the fix-tcp-probes branch August 8, 2025 11:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants