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
Describe the task
Currently on hitting some of the API's containing heavy data, we are facing an error of OOMKilled and the server gets automatically killed somewhat like this:
Expected behavior
In order to handle the above case, we need to implement an automatic restart mechanism that detects when the server encounters the OOMKilled error and automatically restarts the server.
The text was updated successfully, but these errors were encountered:
Describe the task
Currently on hitting some of the API's containing heavy data, we are facing an error of
OOMKilled
and the server gets automatically killed somewhat like this:API's failing
Logs:
Expected behavior
In order to handle the above case, we need to implement an automatic restart mechanism that detects when the server encounters the OOMKilled error and automatically restarts the server.
The text was updated successfully, but these errors were encountered: