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

Improve liveness-probe /health/live #61

Open
matthiaskrumpholz2 opened this issue Dec 8, 2021 · 1 comment
Open

Improve liveness-probe /health/live #61

matthiaskrumpholz2 opened this issue Dec 8, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@matthiaskrumpholz2
Copy link

Is your feature request related to a problem? Please describe.
We were now running several times into an out of memory exception.
Unfortunately the pods were not restarted by the health mechanism of kubernetes.

Describe the solution you'd like
Please improve the check "/health/live" so that for example a queue will be created or deleted to check if there is an out of memory problem in the application and to automatically force a restart of the pods

@matthiaskrumpholz2 matthiaskrumpholz2 added the enhancement New feature or request label Dec 8, 2021
@TSchmiedlechner
Copy link
Member

Hello @matthiaskrumpholz2,
thanks, this is indeed a very good suggestion. We'll discuss it with the team and prioritize it accordingly.

Additionally, the BYODC application should actually restart Queues that threw exceptions, so we'll have a more detailed look on that. It might be related to the type of exceptions - OutOfMemorys are not catchable in C#. Anyway, it definitely makes sense to have a mechanism for that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants