You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: