Skip to content

fix: return false for non-200 responses and probe failures#372

Merged
boris-sinyapkin merged 2 commits into
masterfrom
bsinyapkin/#365-make-http-probe-unfallible
Jun 22, 2026
Merged

fix: return false for non-200 responses and probe failures#372
boris-sinyapkin merged 2 commits into
masterfrom
bsinyapkin/#365-make-http-probe-unfallible

Conversation

@boris-sinyapkin

@boris-sinyapkin boris-sinyapkin commented Jun 22, 2026

Copy link
Copy Markdown
Member

Make HTTP probe checks resilient to request failures.

The probe now returns false for any request error and for all HTTP responses with a status code other than 200.

Closes #365

Make HTTP probe checks resilient to request failures.

The probe now returns false for any request error and for all
HTTP responses with a status code other than 200.
@boris-sinyapkin boris-sinyapkin self-assigned this Jun 22, 2026
@boris-sinyapkin boris-sinyapkin merged commit fbc849c into master Jun 22, 2026
4 checks passed
@boris-sinyapkin boris-sinyapkin deleted the bsinyapkin/#365-make-http-probe-unfallible branch June 22, 2026 13:36
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.

HTTP readiness probe should not fail if instance is unreachable

1 participant