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
Currently, when Poseidon is killed, e.g., by the OOM killer, we do not get notified nor any Sentry event. Ideally, we would add some hook or other mechanism to get informed whenever Poseidon quits unexpectedly.
The text was updated successfully, but these errors were encountered:
In order to address this issue, we want to tackle two different aspects:
First, we want to add an ExecStopPost, checking the exit code of Poseidon and potentially creating a Sentry issue.
Second, we want to formalize our memory monitoring introduced with Introduce debug memory monitoring #457, so that the threshold is customizable and can remain in the source code. This should allow enabling / disabling the monitoring at all. If a memory leak is detected, the information is written as an error to the log and sent to Sentry (if enabled).
Currently, when Poseidon is killed, e.g., by the OOM killer, we do not get notified nor any Sentry event. Ideally, we would add some hook or other mechanism to get informed whenever Poseidon quits unexpectedly.
The text was updated successfully, but these errors were encountered: