Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: increase OTC liveness timeout and period #2165

Merged
merged 1 commit into from
Mar 1, 2022

Conversation

swiatekm
Copy link

@swiatekm swiatekm commented Mar 1, 2022

Description

The current liveness probe doesn't actually check liveness in any meaningful way - it merely checks if the health_check extension is functional. We really don't want it to cause restarts under load, which it can with the current settings. Increase the timeout and period to mitigate this. We can revisit once the liveness check is more meaningful.


Checklist

Remove items which don't apply to your PR.

  • Changelog updated
Testing performed
  • Confirm events, logs, and metrics are coming in

@swiatekm swiatekm force-pushed the fix/otc-liveness-timeout branch from 79193fc to 9fa4d0f Compare March 1, 2022 10:44
@swiatekm swiatekm marked this pull request as ready for review March 1, 2022 10:44
@swiatekm swiatekm requested a review from a team as a code owner March 1, 2022 10:44
@github-actions github-actions bot added the documentation documentation label Mar 1, 2022
@swiatekm swiatekm added this to the v2.6 milestone Mar 1, 2022
The current liveness probe doesn't actually check liveness in any
meaningful way - it merely checks if the health_check extension is
functional. We really don't want it to cause restarts under load, which
it can with the current settings. Increase the timeout and period to
mitigate this. We can revisit once
the liveness check is more meaningful.
@swiatekm swiatekm force-pushed the fix/otc-liveness-timeout branch from 9fa4d0f to 2aa1517 Compare March 1, 2022 11:05
@swiatekm swiatekm merged commit ee34070 into main Mar 1, 2022
@swiatekm swiatekm deleted the fix/otc-liveness-timeout branch March 1, 2022 11:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants